aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config1
-rw-r--r--site.tmpl6
2 files changed, 7 insertions, 0 deletions
diff --git a/config b/config
index 1371bbb..a2c8887 100644
--- a/config
+++ b/config
@@ -4,6 +4,7 @@ OUTPUT = public
4TITLE = Mitja Felicijan 4TITLE = Mitja Felicijan
5DESCRIPTION = Embedded systems developer and fanatical fan of science fiction 5DESCRIPTION = Embedded systems developer and fanatical fan of science fiction
6GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA 6GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA
7TWITTER_HANDLE = @mitjafelicijan
7URL = https://mitjafelicijan.com 8URL = https://mitjafelicijan.com
8AUTHOR = Mitja Felicijan 9AUTHOR = Mitja Felicijan
9 10
diff --git a/site.tmpl b/site.tmpl
index 3d7a1a6..47ba627 100644
--- a/site.tmpl
+++ b/site.tmpl
@@ -19,6 +19,12 @@
19 <meta name="author" content="{{ html .Site.Other.Author }}"> 19 <meta name="author" content="{{ html .Site.Other.Author }}">
20 <meta name="description" content="{{ if .Other.Description }}{{ .Other.Description }}{{ else }}{{ html .Site.Other.Description }}{{ end }}"> 20 <meta name="description" content="{{ if .Other.Description }}{{ .Other.Description }}{{ else }}{{ html .Site.Other.Description }}{{ end }}">
21 21
22 <meta property="og:title" content="{{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Other.Title }}">
23 <meta property="og:description" content="{{ if .Other.Description }}{{ .Other.Description }}{{ else }}{{ html .Site.Other.Description }}{{ end }}">
24 <meta property="og:url" content="{{ .Site.Other.Url }}/{{ .Url }}">
25
26 <meta name="twitter:card" content="summary">
27 <meta name="twitter:site" content="{{ html .Site.Other.Twitter_handle }}">
22 </head> 28 </head>
23 <body> 29 <body>
24 <main> 30 <main>