simplify author name config variable
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
{%- endfor -%}
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
{% if site.author.name %}
|
||||
{{ site.author.name }}
|
||||
{% if site.author %}
|
||||
{{ site.author }}
|
||||
•
|
||||
{% endif %}
|
||||
{{ site.time | date: '%Y' }}
|
||||
|
Reference in New Issue
Block a user