aboutsummaryrefslogtreecommitdiff
path: root/template/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-25 17:52:45 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-25 17:52:45 +0100
commitf9070d17633c6c0e42ea75a03ddf7c19bbfb649a (patch)
tree119162ee4fbeef0ea93f0f0482f7d81ed5cd3963 /template/index.html
parentbeef48df759c1a7014ebcb0c063307e8248c0344 (diff)
downloadmitjafelicijan.com-f9070d17633c6c0e42ea75a03ddf7c19bbfb649a.tar.gz
Added OG to pages
Diffstat (limited to 'template/index.html')
-rwxr-xr-xtemplate/index.html4
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>