diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-12-19 04:59:18 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-12-19 04:59:18 +0100 |
| commit | ce033157477f915be2fe532e922c19a8ee9d2c17 (patch) | |
| tree | 67db555858dd450385f7c614663ad3892b7cf72b /src | |
| parent | cce0b2b075eb2133e59f100736509b905fed9a4f (diff) | |
Add links to the Bulgarian page
Diffstat (limited to 'src')
| -rw-r--r-- | src/euro/index.gsp | 24 | ||||
| -rw-r--r-- | src/euro/nav.ccoins.gsp | 1 |
2 files changed, 20 insertions, 5 deletions
diff --git a/src/euro/index.gsp b/src/euro/index.gsp index 4501d60..70f35ce 100644 --- a/src/euro/index.gsp +++ b/src/euro/index.gsp @@ -15,6 +15,17 @@ html lang="en" { } } + section { + p {- + There are various examples of euro coins that have slight varieties + between their standard circulation releases and their coincard/set + releases, such as different mintmarks. In these cases, the NIFC + variety will @strong{-not} be listed on this site @em{-unless} I + happen to get one for my collection (see @a href="mt" {-Malta} for an + example). The same applies to error coins. + } + } + section .cl-section .slant-up { div { h2 {-Euro Coins} @@ -25,36 +36,39 @@ html lang="en" { td {a href="ad" {-Andorra}} td {a href="at" {-Austria}} td {a href="be" {-Belgium}} - td {a href="hr" {-Croatia}} + td {a href="bg" {-Bulgaria}} } tr { + td {a href="hr" {-Croatia}} td {a href="cy" {-Cyprus}} td {a href="ee" {-Estonia}} td {a href="fi" {-Finland}} - td {a href="fr" {-France}} } tr { + td {a href="fr" {-France}} td {a href="de" {-Germany}} td {a href="gr" {-Greece}} td {a href="ie" {-Ireland}} - td {a href="it" {-Italy}} } tr { + td {a href="it" {-Italy}} td {a href="lv" {-Latvia}} td {a href="lt" {-Lithuania}} td {a href="lu" {-Luxembourg}} - td {a href="mt" {-Malta}} } tr { + td {a href="mt" {-Malta}} td {a href="mc" {-Monaco}} td {a href="nl" {-Netherlands}} td {a href="pt" {-Portugal}} - td {a href="sm" {-San Marino}} } tr { + td {a href="sm" {-San Marino}} td {a href="sk" {-Slovakia}} td {a href="si" {-Slovenia}} td {a href="es" {-Spain}} + } + tr { td {a href="va" {-Vatican City}} } } diff --git a/src/euro/nav.ccoins.gsp b/src/euro/nav.ccoins.gsp index 376f9e2..45062ef 100644 --- a/src/euro/nav.ccoins.gsp +++ b/src/euro/nav.ccoins.gsp @@ -2,6 +2,7 @@ ul { li {__link([/euro/ad], [AD])} li {__link([/euro/at], [AT])} li {__link([/euro/be], [BE])} + li {__link([/euro/bg], [BG])} li {__link([/euro/cy], [CY])} li {__link([/euro/de], [DE])} li {__link([/euro/ee], [EE])} |