Testing pre-push hook. Added some fonts.
This commit is contained in:
parent
1b3ef37a16
commit
3fb24e8037
94 changed files with 456 additions and 1525 deletions
16
content/overrides/chapter.html
Executable file
16
content/overrides/chapter.html
Executable 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 %}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue