Add default values for config variables (#621)
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
<footer class="footer-min">
|
||||
<div class="text-muted">
|
||||
{% if site.author.name %}
|
||||
{{ site.author.name }}
|
||||
•
|
||||
{% endif %}
|
||||
{% if page.date %}
|
||||
{{ page.date }}
|
||||
{% else %}
|
||||
@ -13,4 +15,4 @@
|
||||
<a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user