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