Nation page visual fixup

This commit is contained in:
WorldWidePixel 2024-06-03 02:56:31 +02:00 committed by Forgejo
parent f394069c1a
commit 66c67eaacc
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -5,23 +5,11 @@
{% include 'includes/nav.twig' with {'page': 'nation'} %} {% include 'includes/nav.twig' with {'page': 'nation'} %}
<main class="pageContent container"> <main class="pageContent container">
<ul> <h1> {{ nation.name }}}} </h1>
<li> <p> {{ nation.short }}}} </p>
code: {{ nation.short }} <hr>
</li> <img height="128px" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." />
<li> <p> {{ nation.description }}}} </p>
name: {{ nation.name }}
</li>
<li>
flag:
</li>
<li>
<img height="48px" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." />
</li>
<li>
description: {{nation.description}}
</li>
</ul>
</main> </main>
{% include 'includes/footer.twig' %} {% include 'includes/footer.twig' %}