mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🐛 Fix(footer): define itemtype property
The properties copyrightYear and copyrightHolder refer to the nearest parent CreativeWork. https://schema.org/CreativeWork
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{{- end -}}
|
||||
|
||||
{{- if .Site.Params.footer.copyright | or .Site.Params.footer.author | or .Site.Params.footer.license -}}
|
||||
<div class="footer-line copyright">
|
||||
<div class="footer-line copyright" itemscope itemtype="http://schema.org/CreativeWork">
|
||||
{{- /* Copyright year */ -}}
|
||||
{{- if ne .Site.Params.footer.copyright false -}}
|
||||
<i class="fa-regular fa-copyright fa-fw"></i>
|
||||
|
||||
Reference in New Issue
Block a user