This commit is contained in:
wirano
2023-12-16 21:05:47 +01:00
committed by GitHub
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 */ -}}