🎨 Update the donate QRCode new design & post meta display.

This commit is contained in:
凡梦星尘 2022-06-06 21:30:39 +08:00
parent 531e65da7f
commit 517ddcdf84
3 changed files with 10 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -37,13 +37,17 @@
{{- end }}
</h2>
<div class="post-meta-container">
<div class="post-meta-items">
{{ partial "post/post_meta/created_date.html" . }}
{{ partial "post/post_meta/update_date.html" . }}
{{ partial "post/post_meta/categories.html" . }}
</div>
{{- if not $.IsHome }}
<div class="post-meta-items">
{{ partial "post/post_meta/words.html" . }}
{{ partial "post/post_meta/readtime.html" . }}
{{ partial "post/post_meta/views.html" . }}
</div>
{{ end }}
</div>
</header>