Minor Change to nation.twig & change TTK flag link to the one in the CRSS repo

Flag didn't look with the word "Flag:" beside the flag image.
This commit is contained in:
Lupancham 2024-04-25 13:49:26 -04:00
parent 25e3a40101
commit 8925d91e59
2 changed files with 5 additions and 2 deletions

View file

@ -35,7 +35,7 @@
)
'ttk' => array(
'name' => 'The Toaster-Königreich',
'flag' => 'https://raw.theclashfruit.me/Lupancham/CRSS/main/Nations/The%20Toaster-K%C3%B6nigreich/The%20Toaster-K%C3%B6nigreich%20Flag.png',
'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/The%20Toaster-K%C3%B6nigreich/The%20Toaster-K%C3%B6nigreich%20Flag.png',
'short' => 'ttk',
'short_description' => 'The Toaster-Königreich is the Industrialized Nation of CRSS',
'description' => 'In the vast landsacpe of CRSS, The Toaster-Königreich is one of the most industrialized Marxist district of CRSS. With Charge Industries as one of the main government controled company in the nation.',

View file

@ -13,7 +13,10 @@
name: {{ nation.name }}
</li>
<li>
flag: <img height="32px" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." />
flag:
</li>
<li>
<img height="48px" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." />
</li>
<li>
description: {{nation.description}}