sources for https://poweris.moe/
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
436B

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