diff options
| -rw-r--r-- | config | 1 | ||||
| -rw-r--r-- | site.tmpl | 6 |
2 files changed, 7 insertions, 0 deletions
| @@ -4,6 +4,7 @@ OUTPUT = public | |||
| 4 | TITLE = Mitja Felicijan | 4 | TITLE = Mitja Felicijan |
| 5 | DESCRIPTION = Embedded systems developer and fanatical fan of science fiction | 5 | DESCRIPTION = Embedded systems developer and fanatical fan of science fiction |
| 6 | GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA | 6 | GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA |
| 7 | TWITTER_HANDLE = @mitjafelicijan | ||
| 7 | URL = https://mitjafelicijan.com | 8 | URL = https://mitjafelicijan.com |
| 8 | AUTHOR = Mitja Felicijan | 9 | AUTHOR = Mitja Felicijan |
| 9 | 10 | ||
| @@ -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> |
