Testing pre-push hook. Added some fonts.

This commit is contained in:
g_it 2026-02-10 21:41:41 +01:00
commit 3fb24e8037
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
94 changed files with 456 additions and 1525 deletions

16
content/overrides/chapter.html Executable file
View file

@ -0,0 +1,16 @@
{% extends "main.html" %}
<!-- Use the chapter CSS on this page (in addition to the normal CSS) -->
{% block styles %}
{{ super() }}
<link rel="stylesheet" href="{{ base_url }}/assets/css/_chapter.css">
{% endblock %}
{% block content %}
{{ super() }}
{% endblock %}

View file

@ -1,5 +1,5 @@
<div class="footer">
<footer>
<span>© all rights reserved</span>
<span><a href="https://www.linkedin.com/in/gugulet-hu/">contact</a></span>
<span>made with <a href="https://zensical.org/">zensical</a></span>
</div>
</footer>