simplify author name config variable

This commit is contained in:
Dean Attali 2020-04-24 00:30:01 +00:00
parent da53b77037
commit 3cb1e1601c
4 changed files with 11 additions and 12 deletions

View file

@ -25,8 +25,8 @@
{%- endfor -%}
</ul>
<p class="copyright text-muted">
{% if site.author.name %}
{{ site.author.name }}
{% if site.author %}
{{ site.author }}
&nbsp;&bull;&nbsp;
{% endif %}
{{ site.time | date: '%Y' }}