simplify author name config variable
This commit is contained in:
parent
da53b77037
commit
3cb1e1601c
4 changed files with 11 additions and 12 deletions
|
@ -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' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue