Fixed footer and license
This commit is contained in:
@@ -6,7 +6,7 @@ body {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 1em;
|
padding: 0 1rem 0 1rem;
|
||||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
@@ -88,7 +88,7 @@ div#footer {
|
|||||||
|
|
||||||
div#footer p {
|
div#footer p {
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 0.8rem;
|
font-size: 0.9rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p>Copyright © {{ now.Year }} by Anne (<a href="mailto:anne@minded.net">anne@minded.net</a>).</p>
|
<p>© {{ now.Year }} by <a href="mailto:anne@minded.net">Anne</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></p>
|
||||||
<p>Feel free to reuse or share under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License</a>.</p>
|
<p>Please feel free to share and reuse.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user