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

Disable configuration option 'site.author'

This commit is contained in:
Cotes Chung
2021-03-20 22:37:10 +08:00
parent aa7309c136
commit 1b47c95cf6
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ layout: default
<!-- Published date and author -->
<div>
<span class="semi-bold">
{{ page.author | default: site.author }}
{{ page.author | default: site.social.name }}
</span>
{% include timeago.html date=page.date prep="on" tooltip=true %}
</div>