Merge 77ea08467db3cd5bd617dee22cbb4cd81fd4a21c into dad94ab4b7c55eea0b63f7b81419d027fe9a8d81

This commit is contained in:
wirano 2024-03-18 21:00:49 +01:00 committed by GitHub
commit 3248376f0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,8 @@
</div> </div>
{{- end }} {{- end }}
{{- partial "extend_content.html" . }}
<footer class="post-footer"> <footer class="post-footer">
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }} {{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
<ul class="post-tags"> <ul class="post-tags">

View File

@ -0,0 +1,4 @@
{{- /* Extend content area start */ -}}
{{- /* Insert any custom code. */ -}}
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
{{- /* Extend content area end */ -}}