Link to license in footer

This commit is contained in:
Philipp Oppermann
2022-01-23 17:34:57 +01:00
parent 64c1130908
commit 09e0c5915b
2 changed files with 7 additions and 2 deletions

View File

@@ -636,6 +636,10 @@ main img {
footer.footer {
margin-top: 1rem;
margin-bottom: 1rem;
.spaced {
margin-left: 0.5rem;
}
}
.footnotes {

View File

@@ -56,8 +56,9 @@
<footer class="footer">
<hr>
<small>
&copy; <time datetime="2021">2021</time>. All rights reserved.
<a href="{{ get_url(path="@/pages/contact.md") | safe }}">Contact</a>
&copy; <time datetime="2022">2022</time>. All rights reserved.
<a class="spaced" href="https://github.com/phil-opp/blog_os#license">License</a>
<a class="spaced" href="{{ get_url(path="@/pages/contact.md") | safe }}">Contact</a>
</small>
</footer>
</div>