aboutsummaryrefslogtreecommitdiff
path: root/template/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/post.html')
-rwxr-xr-xtemplate/post.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/post.html b/template/post.html
index 88a2c7f..6502c3d 100755
--- a/template/post.html
+++ b/template/post.html
@@ -6,6 +6,8 @@
6 6
7 <title>{{.Title}}</title> 7 <title>{{.Title}}</title>
8 <meta name="description" content="{{.Description}}"> 8 <meta name="description" content="{{.Description}}">
9 <meta property="og:title" content="{{.Title}}">
10 <meta property="og:description" content="{{.Description}}">
9 </head> 11 </head>
10 12
11 <body> 13 <body>
@@ -28,4 +30,4 @@
28 30
29 </body> 31 </body>
30 32
31</html> \ No newline at end of file 33</html>