aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplate/index.html4
-rwxr-xr-xtemplate/post.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/template/index.html b/template/index.html
index b9654a1..4e3b623 100755
--- a/template/index.html
+++ b/template/index.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>
@@ -48,4 +50,4 @@
48 50
49 </body> 51 </body>
50 52
51</html> \ No newline at end of file 53</html>
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>