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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 19:25:35 +0300
committerLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 19:25:35 +0300
commit02c33ca341229e6029015f1368eaa29338754908 (patch)
treeeed72b514746132a444654973e196d08f22d3672
parent95913c754734b1783808c8ebf89e306d5199066e (diff)
Add .Hugo.Generator to <head> as recommended by docs
"Highly recommended to be included by default in all theme headers so we can start to track the usage and popularity of Hugo."
-rw-r--r--layouts/partials/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index b33aae0..c51c1dd 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -34,5 +34,7 @@
<script src="{{ .Site.BaseURL }}highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
+ {{ .Hugo.Generator }}
+
</head>
<body>