🎨 Add more article content for demo.

This commit is contained in:
凡梦星尘
2022-06-09 21:45:45 +08:00
parent 5fe253ab57
commit 836fe1ea10
9 changed files with 272 additions and 13 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 }}