1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improved post date display.

This commit is contained in:
Cotes Chung
2020-07-23 15:33:42 +08:00
parent 209058b84a
commit b2f0b4cb1b
2 changed files with 31 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ layout: default
<span class="author">
{% if page.author %}
{{ page.author }}
{% else%}
{% else %}
{{ site.author }}
{% endif %}
</span>