mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-13 18:07:29 -05:00
Add meta tags for author, and don't allow old author
param
This commit is contained in:
9
layouts/partials/author-metadata.html
Normal file
9
layouts/partials/author-metadata.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ with .Params.authors }}
|
||||
|
||||
<meta name="author" content="{{ delimit . ", " }}">
|
||||
|
||||
{{ range . }}
|
||||
<meta property="article:author" content="{{ . }}">
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
Reference in New Issue
Block a user