Tweak footer

- Credit Fira Sans
- Use diamond in footer
This commit is contained in:
Wesley Moore 2024-03-10 15:09:20 +10:00
parent 805d713029
commit 7fc28a6215
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -67,8 +67,9 @@ at your option.
Credits Credits
------- -------
* [RSS feed icon](http://www.feedicons.com/) by The Mozilla Foundation * [RSS feed icon](http://www.feedicons.com/) by The Mozilla Foundation.
* Website theme based on [Juice](https://github.com/huhu/juice) by HuHu * Website theme based on [Juice](https://github.com/huhu/juice) by HuHu.
* [Fira Sans](https://github.com/hellogreg/firava) variable font by Mozilla and Greg Gibson.
[selectors]: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors [selectors]: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors
[ssheven]: https://github.com/cy384/ssheven [ssheven]: https://github.com/cy384/ssheven

View file

@ -48,8 +48,8 @@
<small class="subtext"> <small class="subtext">
Copyright © {#2024 &ndash;#} {{ now() | date(format="%Y") }} Copyright © {#2024 &ndash;#} {{ now() | date(format="%Y") }}
<a href="{{ config.extra.homepage }}">{{ config.extra.author }}</a> <a href="{{ config.extra.homepage }}">{{ config.extra.author }}</a>
&mdash; <a href="https://forge.wezm.net/wezm/rsspls.7bit.org">Website Source</a> <a href="https://forge.wezm.net/wezm/rsspls.7bit.org">Website Source</a>
&mdash; <a href="https://github.com/sponsors/wezm">Sponsor on GitHub</a> <a href="https://github.com/sponsors/wezm">Sponsor on GitHub</a>
</small> </small>
</footer> </footer>
<script src="{{ get_url(path="home.js") }}" type="text/javascript"></script> <script src="{{ get_url(path="home.js") }}" type="text/javascript"></script>