From 1a063c8d5dcf3f6960f9df1de465c832f51b6d53 Mon Sep 17 00:00:00 2001
From: Cedric <cedric@cedricbonhomme.org>
Date: Wed, 16 Mar 2022 18:05:45 +0000
Subject: [PATCH] feat: added meta author HTML tag
---
layouts/partials/head.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 3a06708..3918162 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -24,6 +24,7 @@
<meta charset="utf-8" />
{{- hugo.Generator -}}
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
+ <meta name="author" content="{{ .Site.Params.author }}" />
<meta
name="description"
content="{{ if .Params.description }}
--
Gitblit v1.10.0