diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-25 17:52:45 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-25 17:52:45 +0100 |
| commit | f9070d17633c6c0e42ea75a03ddf7c19bbfb649a (patch) | |
| tree | 119162ee4fbeef0ea93f0f0482f7d81ed5cd3963 /template/post.html | |
| parent | beef48df759c1a7014ebcb0c063307e8248c0344 (diff) | |
| download | mitjafelicijan.com-f9070d17633c6c0e42ea75a03ddf7c19bbfb649a.tar.gz | |
Added OG to pages
Diffstat (limited to 'template/post.html')
| -rwxr-xr-x | template/post.html | 4 |
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> |
