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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue