| | |
| | | <title>{{ block "title" . }}{{ .Site.Title }} {{ with .Title }} | {{ . }}{{ end }}{{ end }}</title> |
| | | <meta name="HandheldFriendly" content="True"> |
| | | <meta name="MobileOptimized" content="320"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
| | | |
| | | |
| | | <meta name="viewport" content="width=device-width,minimum-scale=1"> |
| | | {{ .Hugo.Generator }} |
| | | {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}} |
| | | {{ if eq (getenv "HUGO_ENV") "production" }} |
| | |
| | | <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> |
| | | {{ end }} |
| | | |
| | | <link href='{{ "/dist/main.css" | absURL }}' rel='stylesheet' type="text/css" /> |
| | | <link href='{{ "dist/main.css" | absURL }}' rel='stylesheet' type="text/css" /> |
| | | |
| | | {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} |
| | | {{- template "_internal/opengraph.html" . -}} |