| @@ -1,13 +1,18 @@ | |||||
| <!DOCTYPE html> | <!DOCTYPE html> | ||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <title>{{ partial "data/title" . }}</title> | |||||
| <title>{{- partial "data/title" . -}}</title> | |||||
| {{ .Hugo.Generator }} | {{ .Hugo.Generator }} | ||||
| {{ "<!-- Tumble theme for Hugo: https://github.com/adrianshort/tumble -->" | safeHTML }} | {{ "<!-- Tumble theme for Hugo: https://github.com/adrianshort/tumble -->" | safeHTML }} | ||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||
| <link rel="stylesheet" href="{{ relURL "/css/main.css" }}"> | <link rel="stylesheet" href="{{ relURL "/css/main.css" }}"> | ||||
| <link rel="alternate" type="application/rss+xml" title="{{ partial "data/title" . }}" | <link rel="alternate" type="application/rss+xml" title="{{ partial "data/title" . }}" | ||||
| href="{{ .RSSLink }}"> | href="{{ .RSSLink }}"> | ||||
| {{- template "_internal/opengraph.html" . -}} | |||||
| {{ with .Params.image_filename }} | |||||
| <meta name="og:image" content="{{ "/images/" | absURL }}{{ .}}"> | |||||
| {{ end }} | |||||
| {{- template "_internal/twitter_cards.html" -}} | |||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <h1 id="site-title"><a href="{{ relURL "/" }}">{{ .Site.Title }}</a></h1> | <h1 id="site-title"><a href="{{ relURL "/" }}">{{ .Site.Title }}</a></h1> | ||||