Add default values for config variables (#621)
This commit is contained in:
parent
4a708530d9
commit
b03fb7311f
9 changed files with 46 additions and 30 deletions
|
@ -25,8 +25,10 @@
|
|||
{%- endfor -%}
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
{% if site.author.name %}
|
||||
{{ site.author.name }}
|
||||
•
|
||||
{% endif %}
|
||||
{{ site.time | date: '%Y' }}
|
||||
|
||||
{% if site.url-pretty %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue