diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-26 20:56:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-26 20:56:47 +0200 |
commit | 63c119187d6be51d157a9a99a5939d14a5de39eb (patch) | |
tree | 83cb1fe1e1e9a41a86d842179e2de3cff75e2ed7 /src/templates/coins-designs-at.html.tmpl | |
parent | cfc3da092326dab08cb3ec58286e07040f016452 (diff) | |
parent | ef73f7916025a1dd018b961e7d67cfb8017acf3a (diff) |
Merge pull request #2 from marsmathis/new-coins
Added all coin files, renamed existing ones, and adapted links
Diffstat (limited to 'src/templates/coins-designs-at.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-at.html.tmpl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/templates/coins-designs-at.html.tmpl b/src/templates/coins-designs-at.html.tmpl index b439629..0393b6a 100644 --- a/src/templates/coins-designs-at.html.tmpl +++ b/src/templates/coins-designs-at.html.tmpl @@ -10,27 +10,27 @@ </p> <div class="design-container"> - <img alt="{{ .Get `Austrian €0.01 coin` }}" src="/designs/at-001.avif"> - <img alt="{{ .Get `Austrian €0.02 coin` }}" src="/designs/at-002.avif"> - <img alt="{{ .Get `Austrian €0.05 coin` }}" src="/designs/at-005.avif"> + <img alt="{{ .Get `Austrian €0.01 coin` }}" src="/designs/at-001-1.avif"> + <img alt="{{ .Get `Austrian €0.02 coin` }}" src="/designs/at-002-1.avif"> + <img alt="{{ .Get `Austrian €0.05 coin` }}" src="/designs/at-005-1.avif"> </div> <p> {{ .Get "The bronze coins feature the Alpine gentian, -edelweiss, and -primrose respectively, and were chosen to symbolize the role that Austria played in the development of EU environmental policy." }} </p> <div class="design-container"> - <img alt="{{ .Get `Austrian €0.10 coin` }}" src="/designs/at-010.avif"> - <img alt="{{ .Get `Austrian €0.20 coin` }}" src="/designs/at-020.avif"> - <img alt="{{ .Get `Austrian €0.50 coin` }}" src="/designs/at-050.avif"> + <img alt="{{ .Get `Austrian €0.10 coin` }}" src="/designs/at-010-1.avif"> + <img alt="{{ .Get `Austrian €0.20 coin` }}" src="/designs/at-020-1.avif"> + <img alt="{{ .Get `Austrian €0.50 coin` }}" src="/designs/at-050-1.avif"> </div> <p> {{ .Get "The €0.10 coin features St. Stephen’s Cathedral. It symbolises the Viennese Gothic architectural style dating to around the year 1160. The €0.20 coin features Belvedere Palace. This is an example of Baroque architecture and symbolises the national freedom and sovereignty of Austria. The final gold coin — the €0.50 coin — features the Secession Building: an exhibition hall in the Art Nouveau style." }} </p> <div class="design-container"> - <img alt="{{ .Get `Austrian €1 coin` }}" src="/designs/at-100.avif"> - <img alt="{{ .Get `Austrian €2 coin` }}" src="/designs/at-200.avif"> + <img alt="{{ .Get `Austrian €1 coin` }}" src="/designs/at-100-1.avif"> + <img alt="{{ .Get `Austrian €2 coin` }}" src="/designs/at-200-1.avif"> </div> <p> {{ .Get "The two bimetallic coins feature the busts of the musical composer Wolfgang Amadeus Mozarts on the €1 coin, and the Austrian pacifist and Nobel Peace Prize winner Bertha von Suttner." }} </p> </main> -{{ end }}
\ No newline at end of file +{{ end }} |