2 Commits

Author SHA1 Message Date
wirano
2a037b6b1d Merge 77ea08467d into 5f624757ae 2023-12-16 23:48:48 +09:00
wirano
77ea08467d add extend content 2023-12-11 19:28:47 +08:00
2 changed files with 6 additions and 0 deletions

View File

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