|
|
@@ -2,13 +2,13 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<title>{{- partial "data/title" . -}}</title> |
|
|
|
{{ .Hugo.Generator }} |
|
|
|
{{ hugo.Generator }} |
|
|
|
{{ "<!-- Author theme for Hugo: https://github.com/adrianshort/author -->" | safeHTML }} |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<link rel="stylesheet" href="{{ relURL "/css/main.css?4" }}"> |
|
|
|
<link rel="alternate" type="application/rss+xml" title="{{ partial "data/title" . }}" |
|
|
|
href="{{ .RSSLink }}"> |
|
|
|
href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}"> |
|
|
|
{{- template "_internal/opengraph.html" . -}} |
|
|
|
{{ with .Params.image }} |
|
|
|
<meta name="og:image" content="{{ "/images/" | absURL }}{{ .}}"> |
|
|
|