refactor: rename article-footer to article-meta (#1293)

* refactor: rename `article-footer` to `article-meta`, and remove unnecesary structures

* fix: Update default article license URL to point to Creative Commons.
This commit is contained in:
Jimmy
2026-03-05 17:10:35 +01:00
committed by GitHub
parent 25bf63778c
commit 11aa9e349a
7 changed files with 47 additions and 95 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
{{- $description = $description | default (T "list.page" (len .Pages)) -}}
{{- end -}}
{{- if or $description (not .Date.IsZero) -}}
<footer class="article-footer">
<footer class="article-meta">
{{- if not .Date.IsZero -}}
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
{{- .Date | time.Format .Site.Params.dateFormat.published -}}