aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c9e7108..e9fae99 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,6 +4,10 @@
4 <head> 4 <head>
5 5
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7
8 <meta http-equiv="x-ua-compatible" content="ie=edge">
9 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
10
7 <meta name="theme-color" content="#000000"> 11 <meta name="theme-color" content="#000000">
8 <meta name="author" content="{{ site.author }}"> 12 <meta name="author" content="{{ site.author }}">
9 <meta name="description" content="{{ page.description }}"> 13 <meta name="description" content="{{ page.description }}">