footer-minimal.html 371 B

12345678910111213141516
  1. <footer class="footer-min">
  2. <div class="text-muted">
  3. {{ site.author.name }}
  4. &nbsp;&nbsp;&bull;&nbsp;&nbsp;
  5. {% if page.date %}
  6. {{ page.date }}
  7. {% else %}
  8. {{ site.time | date: '%Y' }}
  9. {% endif %}
  10. {% if site.url-pretty %}
  11. &nbsp;&nbsp;&bull;&nbsp;&nbsp;
  12. <a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
  13. {% endif %}
  14. </div>
  15. </footer>