Add icons for external links

This commit is contained in:
2018-06-24 14:53:03 +03:00
parent 8899990c09
commit 288ff73fd4
6 changed files with 35 additions and 2 deletions

View File

@ -2,8 +2,9 @@
<html>
<head>
{% include 'head.twig' %}
<link rel="stylesheet" href="/static/layout_default.css?v={{ date().timestamp }}"></head>
<link rel="stylesheet" href="/static/layout_default.css?v={{ date().timestamp }}">
{% block css %}{% endblock %}
</head>
<body>
<main class="content">
@ -14,5 +15,7 @@
<script async src="/static/layout_default.js?v={{ date().timestamp }}"></script>
{% block js %}{% endblock %}
{% include 'font-awesome.twig' %}
</body>
</html>

View File

@ -21,5 +21,7 @@
<script async src="/static/layout_internal.js?v={{ date().timestamp }}"></script>
{% block js %}{% endblock %}
{% include 'font-awesome.twig' %}
</body>
</html>