Moved start date to sculpin_site.yml
This commit is contained in:
parent
fa7c10cd3a
commit
db2a31c871
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</div>{# .container #}
|
||||
|
||||
<footer class="container" role="contentinfo">
|
||||
<p class="copyright">© 2010–{{ 'now'|date('Y') }} {{ site.title }}.</p>
|
||||
<p class="copyright">© {{ site.start_date }}-{{ 'now' | date('Y') }} {{ site.title }}.</p>
|
||||
</footer>
|
||||
|
||||
{% include 'footer-scripts' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue