diff options
Diffstat (limited to 'template/index.html')
| -rwxr-xr-x | template/index.html | 4 |
1 files changed, 3 insertions, 1 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> |
