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

@ -1,7 +1,7 @@
<footer class="footer-min">
<div class="text-muted">
{% if site.author.name %}
{{ site.author.name }}
{% if site.author %}
{{ site.author }}
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
{% endif %}
{% if page.date %}