Expand CSS, plus some minor templating tweaks
This commit is contained in:
parent
34460c1097
commit
0da566d279
3 changed files with 102 additions and 10 deletions
|
|
@ -44,10 +44,9 @@
|
|||
<div>
|
||||
{% if config.footer_text %}{{ config.footer_text | safe }}{% endif %}
|
||||
{% if config.footer_text and (config.footer_credits or config.footer_date) %}
|
||||
<br/>
|
||||
{% endif %}
|
||||
{% if config.footer_credits %}
|
||||
<cite>made with <a href="https://en.jutty.dev">en</a></cite>, a non-linear writing instrument
|
||||
<cite>made with <a href="https://en.jutty.dev">en</a>, a non-linear writing instrument</cite>
|
||||
{% endif %}
|
||||
{% if config.footer_credits and config.footer_date %}
|
||||
<br/>
|
||||
|
|
|
|||
|
|
@ -43,8 +43,9 @@
|
|||
{% if config.index_node_count < nodes | length %}
|
||||
<br/>
|
||||
<em style="font-size:0.9em"">
|
||||
Listing {{ config.index_node_count }} of {{ nodes | length }} nodes, {{ nodes | length - config.index_node_count }} not shown in this sample.
|
||||
Listing {{ config.index_node_count }} of {{ nodes | length }} nodes.
|
||||
{% if config.tree %}
|
||||
<br/>
|
||||
See the <a href="/tree">tree</a> for a full list.
|
||||
{% endif %}
|
||||
</em>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue