Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
363 B

9 years ago
9 years ago
  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="{{ site.url }}">{{ site.url-pretty }}</a>
  13. {% endif %}
  14. </div>
  15. </footer>