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

12 lines
333 B
HTML
Raw Normal View History

2020-03-09 15:08:09 +01:00
<head>
<meta charset="utf-8">
<base href="{{ .Site.BaseURL }}">
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">
<meta name="viewport" content="width=device-width, initial-scale=1">
2020-02-26 23:41:42 +01:00
2020-03-09 15:08:09 +01:00
{{ partial "social_metadata.html" . }}
{{ partial "style.html" . }}
</head>