mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Link to license in footer
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -56,8 +56,9 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<hr>
|
<hr>
|
||||||
<small>
|
<small>
|
||||||
© <time datetime="2021">2021</time>. All rights reserved.
|
© <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>
|
||||||
|
|||||||
Reference in New Issue
Block a user