commit b1dc291923cb5569ef6c3239a1cf581b9cb4d426
parent 08d53806813e664de5ff7e7bccb59ddff27e999f
Author: Hugo Soucy <hugo.soucy@toumoro.com>
Date: Thu, 18 Jun 2020 11:04:49 -0400
Add the nickname in meta author
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/partials/head.mustache b/templates/partials/head.mustache
@@ -55,7 +55,7 @@
{{/ shortlink }}
<meta name="robots" content="index, follow" />
- <meta name="author" content="{{ site.author.name }}" />
+ <meta name="author" content="{{ site.author.name }} ({{ site.author.nickname }})" />
<meta name="generator" content="{{ site.metas.generator }}" />
{{# description }}