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 { footer.footer {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
.spaced {
margin-left: 0.5rem;
}
} }
.footnotes { .footnotes {

View File

@@ -56,8 +56,9 @@
<footer class="footer"> <footer class="footer">
<hr> <hr>
<small> <small>
&copy; <time datetime="2021">2021</time>. All rights reserved. &copy; <time datetime="2022">2022</time>. All rights reserved.
<a href="{{ get_url(path="@/pages/contact.md") | safe }}">Contact</a> <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> </small>
</footer> </footer>
</div> </div>