aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2023-09-27 21:29:54 -0400
committermjfernez <mjf@mjfer.net>2023-09-27 21:29:54 -0400
commit57af5283ec7cc34ec44ae2505fac99e62a4329f9 (patch)
treec674c6ce7d68ed12bf118bd868d2e75359aea2f0 /templates
parent2957f847c97bf3be5266d63a84f553974d833114 (diff)
downloadezcms-57af5283ec7cc34ec44ae2505fac99e62a4329f9.tar.gz
Removed bullet points
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html6
m---------templates/site0
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 103bc57..3c02659 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,22 +7,28 @@
{% if dirs %}
<h3 class="center">Topics</h3>
+<ul>
{% for d in dirs %}
<li><a href="{{ cur_dir }}{{ d }}" target="_self">{{ d }}</a></li>
{% endfor %}
+</ul>
{% endif %}
{% if files %}
<h3 class="center">File Listing</h3>
+<ul>
{% for f in files %}
<li><a href="{{ cur_dir }}{{ f }}" target="_self">{{ f.rstrip('!') }}</a></li>
{% endfor %}
+</ul>
{% endif %}
{% if links %}
+<ul>
{% for l in links %}
<li><a href="{{ l.split(',')[1] }}" rel="noopener noreferrer">{{l.split(',')[0]}}</a></li>
{% endfor %}
+</ul>
{% endif %}
</center>
{% endblock %}
diff --git a/templates/site b/templates/site
-Subproject 0b022cf277af6d3c4392f7f6dd3839998013748
+Subproject 002118777ddf2f81d2894d81bc7fadc64dbbc36