🎨 Update the donate QRCode new design & post meta display.
This commit is contained in:
parent
531e65da7f
commit
517ddcdf84
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 |
@ -37,13 +37,17 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="post-meta-container">
|
<div class="post-meta-container">
|
||||||
{{ partial "post/post_meta/created_date.html" . }}
|
<div class="post-meta-items">
|
||||||
{{ partial "post/post_meta/update_date.html" . }}
|
{{ partial "post/post_meta/created_date.html" . }}
|
||||||
{{ partial "post/post_meta/categories.html" . }}
|
{{ partial "post/post_meta/update_date.html" . }}
|
||||||
|
{{ partial "post/post_meta/categories.html" . }}
|
||||||
|
</div>
|
||||||
{{- if not $.IsHome }}
|
{{- if not $.IsHome }}
|
||||||
{{ partial "post/post_meta/words.html" . }}
|
<div class="post-meta-items">
|
||||||
{{ partial "post/post_meta/readtime.html" . }}
|
{{ partial "post/post_meta/words.html" . }}
|
||||||
{{ partial "post/post_meta/views.html" . }}
|
{{ partial "post/post_meta/readtime.html" . }}
|
||||||
|
{{ partial "post/post_meta/views.html" . }}
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user