From 9cad508b5c98ca1029460807249cafb712f28f1e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 29 Oct 2023 22:39:48 +0100 Subject: Migrate the site to GSP and a Makefile --- src/nav.gsp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/nav.gsp (limited to 'src/nav.gsp') diff --git a/src/nav.gsp b/src/nav.gsp new file mode 100644 index 0000000..93db540 --- /dev/null +++ b/src/nav.gsp @@ -0,0 +1,6 @@ +ul { + li {__link([/], [Home])} + li {__link([/changelog], [Changelog])} + li {__link([/euro], [Euro Coins and -Banknotes])} + li {__link([/world], [World Coins and -Banknotes])} +} -- cgit v1.2.3