diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-15 08:46:55 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-15 08:46:55 +0100 |
commit | fcf9fa300028afe8b526f70494badeeb8cc37000 (patch) | |
tree | 2b9b8e1000eb5fdfef629aaac8f2a7981fe25147 | |
parent | 379989caf126b2f5a45432545f6b64a0409d9b38 (diff) |
-rw-r--r-- | data/coins | 8 | ||||
-rw-r--r-- | src/changelog/index.gsp | 15 |
2 files changed, 16 insertions, 7 deletions
@@ -117,7 +117,7 @@ DE X X X * X * * X 2008 D DE X X X * X * O X 2008 F DE X X X * X * * X 2008 G DE X X X * X * * X 2008 J -DE X X X * X * * / 2009 A +DE X X X * X O * / 2009 A DE X X X * X * * / 2009 D DE X X X * X * * / 2009 F DE X X X * X * * / 2009 G @@ -518,7 +518,7 @@ PT X * X X * X - * 2019 PT X * X * X * X * 2020 PT * * X X X X * * 2021 PT * * * * * * * * 2022 -PT - * X * * * * X 2023 +PT X * X * * * * X 2023 PT ? ? - - - ? - ? 2024 SI X X X X X X X X 2007 @@ -560,7 +560,7 @@ SK * * - - * * - X 2024 SM start Series I SM * * * * X X - - 2002 SM * * * * - X * * 2003 -SM X - - - * * - * 2004 +SM X X - - * * - * 2004 SM * * * * - - * O 2005 SM * O * * * - * * 2006 SM * * * O * - * * 2007 @@ -611,4 +611,4 @@ VA * * * * * X * * 2020 VA * * * * * X * * 2021 VA * * * * * X * * 2022 VA * * * * * - * * 2023 -VA * * * * * - * * 2024 +VA * * * * * - * * 2024
\ No newline at end of file diff --git a/src/changelog/index.gsp b/src/changelog/index.gsp index 2454c6d..ab45081 100644 --- a/src/changelog/index.gsp +++ b/src/changelog/index.gsp @@ -22,7 +22,16 @@ html lang="en" { } } - __entry([25-09_2014], [ + __entry([15-11-2024], [ + p {- + Today I got a letter in the mail with a small Numista swap of + only 3 coins. The coins I got from the swap were 1c 2023 from + Portugal, 2c 2004 from San Marino, and 50c 2009 A from Germany + (an NIFC!). + } + ]) + + __entry([25-09-2024], [ p {- I got another swap in the mail today and this time it was a bunch of American coins. Mostly quarters (there are a lot of @@ -1679,11 +1688,11 @@ html lang="en" { p {- I am currently in the United States on vacation, so the next couple of - site updates are going to be primarily american coins. + site updates are going to be primarily american coins. } ]) section { __include(foot.gsp) } } } -} +}
\ No newline at end of file |