fix: in inline-meta div
All checks were successful
Blog Test / Check-Rebuild (push) Successful in 7s
Blog Test / Build (push) Successful in 11s
Blog Test / Deploy-Test (push) Successful in 12s
Blog Test / Test (push) Successful in 3s

This commit is contained in:
2026-04-02 19:13:33 +00:00
parent f4012a3391
commit d9b0e43a9a

View File

@@ -45,7 +45,6 @@
{{ T "article.readingTime" $Page.ReadingTime }} {{ T "article.readingTime" $Page.ReadingTime }}
</time> </time>
{{ end }} {{ end }}
</div>
{{- $date := $Page.Date.Format "20060102" | int -}} {{- $date := $Page.Date.Format "20060102" | int -}}
{{- $lastmod := $Page.Lastmod.Format "20060102" | int -}} {{- $lastmod := $Page.Lastmod.Format "20060102" | int -}}
@@ -57,6 +56,8 @@
</time> </time>
</div> </div>
{{- end -}} {{- end -}}
</div>
</footer> </footer>
{{ end }} {{ end }}
</div> </div>