aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:47:05 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:47:05 +0200
commitb9f129a6b57c16d168f00037b09a1ed433c1abee (patch)
treeaa8ba171a8ee6fdda946c4ae64f1d3c19293d219 /_layouts/post.html
parent1ec8a37ab1e905ad5326ac1a3efe5adb82f484fc (diff)
downloadmitjafelicijan.com-b9f129a6b57c16d168f00037b09a1ed433c1abee.tar.gz
update
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 1feaba5..2fb4a75 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -14,12 +14,7 @@
14 14
15 <title>{{ page.title }}</title> 15 <title>{{ page.title }}</title>
16 16
17 <style>
18 article,main, footer, nav, header { max-width: 700px; margin: 0 auto; }
19 </style>
20
21 <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'"> 17 <link rel="stylesheet" href="/assets/highlight.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'">
22 <link rel="stylesheet" href="/assets/site.css?ver={{ site.cache_version }}" media="none" onload="if(media!='all')media='all'">
23 18
24 <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}"> 19 <link rel="icon" type="image/gif" href="/{{ site.avatar }}?ver={{ site.cache_version }}">
25 20
@@ -39,8 +34,6 @@
39 34
40 <body> 35 <body>
41 36
42 {{ site.icon }}
43
44 {% include header.html %} 37 {% include header.html %}
45 38
46 <article> 39 <article>
@@ -79,6 +72,10 @@
79 72
80 {% include footer.html %} 73 {% include footer.html %}
81 74
75 <style>
76 {% include site.css %}
77 </style>
78
82 </body> 79 </body>
83 80
84</html> 81</html>