Tweak footer
- Credit Fira Sans - Use diamond in footer
This commit is contained in:
parent
805d713029
commit
7fc28a6215
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -48,8 +48,8 @@
|
||||||
<small class="subtext">
|
<small class="subtext">
|
||||||
Copyright © {#2024 –#} {{ now() | date(format="%Y") }}
|
Copyright © {#2024 –#} {{ now() | date(format="%Y") }}
|
||||||
<a href="{{ config.extra.homepage }}">{{ config.extra.author }}</a>
|
<a href="{{ config.extra.homepage }}">{{ config.extra.author }}</a>
|
||||||
— <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>
|
||||||
— <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>
|
||||||
|
|
Loading…
Reference in a new issue