diff --git a/exampleSite/static/imgs/ali-pay.png b/exampleSite/static/imgs/ali-pay.png index 3d8fbd4..fdd9df1 100644 Binary files a/exampleSite/static/imgs/ali-pay.png and b/exampleSite/static/imgs/ali-pay.png differ diff --git a/exampleSite/static/imgs/wechat-pay.png b/exampleSite/static/imgs/wechat-pay.png index 069def5..f898b43 100644 Binary files a/exampleSite/static/imgs/wechat-pay.png and b/exampleSite/static/imgs/wechat-pay.png differ diff --git a/layouts/partials/post/post_header.html b/layouts/partials/post/post_header.html index f1200c6..7eb1ed2 100644 --- a/layouts/partials/post/post_header.html +++ b/layouts/partials/post/post_header.html @@ -37,13 +37,17 @@ {{- end }}
- {{ partial "post/post_meta/created_date.html" . }} - {{ partial "post/post_meta/update_date.html" . }} - {{ partial "post/post_meta/categories.html" . }} +
+ {{ partial "post/post_meta/created_date.html" . }} + {{ partial "post/post_meta/update_date.html" . }} + {{ partial "post/post_meta/categories.html" . }} +
{{- if not $.IsHome }} - {{ partial "post/post_meta/words.html" . }} - {{ partial "post/post_meta/readtime.html" . }} - {{ partial "post/post_meta/views.html" . }} +
+ {{ partial "post/post_meta/words.html" . }} + {{ partial "post/post_meta/readtime.html" . }} + {{ partial "post/post_meta/views.html" . }} +
{{ end }}