minor style change
This commit is contained in:
parent
10d7afaaf4
commit
8a88c5b1be
3 changed files with 18 additions and 4 deletions
|
|
@ -33,7 +33,12 @@
|
|||
{% block content %}{% endblock content %}
|
||||
</main>
|
||||
<footer>
|
||||
<p>© {{ now() | date(format="%Y") }} {{ config.extra.author }}</p>
|
||||
<div class="footer-links">
|
||||
<a href="https://www.yanlincs.com" target="_blank">Homepage</a>
|
||||
<a href="https://github.com/Logan-Lin" target="_blank">GitHub</a>
|
||||
<a href="mailto:s@yanlincs.com">Email</a>
|
||||
</div>
|
||||
<p>© {{ now() | date(format="%Y") }} {{ config.extra.author }}. Content licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue