🎨 Reset some article content.

This commit is contained in:
凡梦星尘
2022-06-09 22:05:13 +08:00
parent 0beb8d3ca7
commit 9e1a6e01cf
9 changed files with 268 additions and 8 deletions

View File

@@ -10,11 +10,18 @@
<div class="post-eof"></div>
{{- else }}
{{ partial "post/footer_meta/tags.html" . }}
{{- if and (not (isset .Params "share")) (not .Params.share) }}
{{ partial "_thirdparty/share/addthis.html" . }}
{{- end }}
<hr/>
{{ partial "post/footer_meta/reward.html" . }}
{{- if and (not (isset .Params "copyright")) (not .Params.copyright) }}
{{ partial "post/footer_meta/copyright.html" . }}
{{- end }}
{{- if and (not (isset .Params "followme")) (not .Params.followme) }}
{{ partial "post/footer_meta/followme.html" . }}
{{- end }}
{{- if and (not (isset .Params "nav")) (not .Params.nav) }}
<div class="post-nav">
<div class="post-nav-next post-nav-item">
{{- with .NextInSection }}
@@ -33,4 +40,5 @@
</div>
</div>
{{- end }}
{{ end }}
{{- end }}
{{- end }}