Theme Files Update

This commit is contained in:
GitHub Action 2023-10-29 06:35:27 +00:00
parent 579ab59b6e
commit 6c8e923720
2 changed files with 2 additions and 4 deletions

View file

@ -29,9 +29,8 @@
{{- if .Site.Params.relatedPosts }}
{{- partial "related-posts.html" . -}}
{{- end }}
<hr class="art-end">
<footer class="post-info">{{- partial "posts_single_info.html" . -}}</footer>
<hr class="post-end">
<footer class="post-info">{{- partial "posts_single_info.html" . -}}</footer>
</article>
{{- else -}}
<article class="thin">
@ -47,7 +46,6 @@
{{- if .Site.Params.relatedPosts }}
{{- partial "related-posts.html" . -}}
{{- end }}
<hr class="art-end">
</article>
{{- end -}}
{{- if .Params.toc }}