🐛 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:
Cell
2022-08-26 15:42:02 +08:00
parent 84d781d6a4
commit 3f3d5aee37
+1 -1
View File
@@ -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>