23 lines
551 B
Plaintext
23 lines
551 B
Plaintext
<footer class="footer">
|
|
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} since <time>11 September 2022</time></p>
|
|
<p><a href="/sitemap">Site Map</a> | <a href="/changelogs">Changelogs</a> | <a href="/feed.xml">RSS</a></p>
|
|
</footer>
|
|
|
|
<style>
|
|
.footer {
|
|
background: var(--clr-main-footer-bg);
|
|
width: 72%;
|
|
padding: 0.8rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer p {
|
|
padding: 0;
|
|
}
|
|
|
|
@media only screen and (min-width: 600px) {
|
|
.footer {
|
|
width: 100%;
|
|
}
|
|
}
|
|
</style> |