updated README, some css, and rewritten some articles

This commit is contained in:
Speyll
2023-07-29 04:37:37 +01:00
parent 42801d375a
commit 1df157365d
7 changed files with 101 additions and 60 deletions

View File

@@ -11,7 +11,7 @@
{% set pages = section.pages %}
{% endif %}
<ul>
<ul class="titleList">
{% for page in pages %}
<li>
<a href="{{ page.permalink | safe }}">{{ page.title }}</a>