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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2015-06-14 16:48:11 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-06-14 16:48:11 +0300
commita159f5779f1754a86a0a7a736d21a7549c2f4598 (patch)
tree715c22475b5d40796a638f8e0c3e4ee8e92f95de
parent0c15d372b69944576ce173bdb5b6ea2c5e643412 (diff)
Add hugo generator meta tag
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 66e70e1..962e0d5 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -7,6 +7,7 @@
<meta name="description" content="{{ if .IsNode }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ else }}{{ with .Description }}{{ . }}{{ end }}{{ end }}">
+ {{.Hugo.Generator}}
<meta name="twitter:card" content="summary">
{{ with .Site.Params.twitter }}<meta name="twitter:site" content="{{ . }}" />{{ end }}
<meta name="twitter:title" content="{{ .Title }} &middot; {{ .Site.Title }}">