hugo-theme-lowtech/layouts/partials/head.html

15 lines
569 B
HTML
Raw Permalink Normal View History

2020-03-09 15:08:09 +01:00
<head>
<meta charset="utf-8">
2021-04-01 11:02:29 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2021-05-12 08:42:24 +02:00
<link rel="canonical" href="{{ .Permalink }}" />
{{ with .OutputFormats.Get "RSS" }}<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" />{{ end }}
2020-02-26 23:41:42 +01:00
2020-03-09 15:08:09 +01:00
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
{{ if ne hugo.Environment "production" }}<meta name="robots" content="noindex">{{ end }}
2020-02-26 23:41:42 +01:00
2020-03-09 15:08:09 +01:00
{{ partial "social_metadata.html" . }}
{{ partial "style.html" . }}
</head>