fix: in inline-meta div
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user