diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 662c749..4cf4bf8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -33,3 +33,4 @@ - [Jeffrey Carpenter](https://uvolabs.me) - [Paul Lettington](https://github.com/plett) - [Thomas Vochten](https://github.com/thomasvochten) +- [Caspar Krieger](https://www.asparck.com) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9184fe8..d20ef16 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,10 +12,14 @@ {{ template "_internal/twitter_cards.html" . }} {{ template "_internal/opengraph.html" . }} - + {{ if .Permalink }} + + {{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} - + {{ if .Permalink }} + + {{ end }}