aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index af43ea7..debf6ed 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -33,6 +33,8 @@
33 <meta name="twitter:description" content="{{ page.description }}"> 33 <meta name="twitter:description" content="{{ page.description }}">
34 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> 34 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}">
35 35
36 <style>{% include site.min.css %}</style>
37
36 </head> 38 </head>
37 39
38 <body> 40 <body>
@@ -49,10 +51,6 @@
49 51
50 {% include footer.html %} 52 {% include footer.html %}
51 53
52 <style>
53 {% include site.css %}
54 </style>
55
56 </body> 54 </body>
57 55
58</html> 56</html>