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.

19 lines
488 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. &nbsp;&nbsp;&bull;&nbsp;&nbsp;
  11. {% if site.url-pretty %}
  12. <a href="{{ site.url }}">{{ site.url-pretty }}</a>
  13. &nbsp;&nbsp;&bull;&nbsp;&nbsp;
  14. {% endif %}
  15. Theme by <a href="http://deanattali.com/beautiful-jekyll/">beautiful-jekyll</a>
  16. </div>
  17. </footer>