Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-01-06 06:34:08 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-06 06:34:08 +0300
commitab3c403d7f60b5e073d8ee8b578f02e3ae206b73 (patch)
treef468a726ef999565ec92761c2b2ba4f0ae6c539f
parent1a860eccefadd99e031a5b28e4ba8f58c11fad2e (diff)
Put meta charset tag first
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 85cb7f2..e0acf56 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,7 @@
<head>
- {{ .Hugo.Generator }}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ {{ .Hugo.Generator }}
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
{{ $title := print .Title " | " .Site.Title }}
{{ if .IsHome }}