simplify author name config variable
This commit is contained in:
parent
da53b77037
commit
3cb1e1601c
4 changed files with 11 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<footer class="footer-min">
|
||||
<div class="text-muted">
|
||||
{% if site.author.name %}
|
||||
{{ site.author.name }}
|
||||
{% if site.author %}
|
||||
{{ site.author }}
|
||||
•
|
||||
{% endif %}
|
||||
{% if page.date %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue