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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/head.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2283b43..d08d8c8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,6 +11,14 @@
<meta property="og:title" content="{{ .Title }} - {{ .Site.Title }}">
{{ end }}
+{{ if .Description }}
+<meta property="description" content="{{ .Description }}">
+{{ end }}
+
+{{ if .Keywords }}
+<meta property="keywords" content ="{{ delimit .Keywords ", " }}">
+{{ end }}
+
{{ if .RSSlink }}
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}