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

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhyslain Leclerc <ghleclerc@gmail.com>2016-12-29 05:36:08 +0300
committerGhyslain Leclerc <ghleclerc@gmail.com>2016-12-29 05:36:08 +0300
commit2d82d19d1413c5990acdbef0679b83ddcc6c702f (patch)
tree68d52ddb71a63cdb808bd5e4116f89d3ab1289ef
parentbf5081d4eee91ed79d2dc273772a4130114e65f6 (diff)
Completed the author meta information in the site header with the last name.
-rw-r--r--layouts/partials/site_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/site_header.html b/layouts/partials/site_header.html
index 02198fe..daaf2c0 100644
--- a/layouts/partials/site_header.html
+++ b/layouts/partials/site_header.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="author" content="{{ with .Site.Author.firstname }}{{ . }}{{ end }}">
+ <meta name="author" content="{{ with .Site.Author.firstname }}{{ . }}{{ end }} {{ with .Site.Author.lastname }}{{ . }}{{ end }}">
<meta name="description" content="{{ with .Site.Params.description }}{{ . }}{{ end }}">
{{ .Hugo.Generator }}