diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-22 21:50:58 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-22 21:50:58 +0100 |
commit | 1fea2c7f5e576766b08502572c799270b4bea3ef (patch) | |
tree | c510c48a7cda16d4356452ac319aebb1f6b242e9 /include | |
parent | 3ee8a6dbcdc3c8afaea2b83fdc2437b8868c60d1 (diff) |
Add some basics, to test macro functionality
Diffstat (limited to 'include')
-rw-r--r-- | include/foot.gsp | 9 | ||||
-rw-r--r-- | include/head.gsp | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/include/foot.gsp b/include/foot.gsp new file mode 100644 index 0000000..9923499 --- /dev/null +++ b/include/foot.gsp @@ -0,0 +1,9 @@ +small {= + Page last edited: + @a + href="https://git.thomasvoss.com/www.thomasvoss.com/commit?id=__HASH" + target="_blank" + {= + __DATE + } +} diff --git a/include/head.gsp b/include/head.gsp new file mode 100644 index 0000000..0b7ce95 --- /dev/null +++ b/include/head.gsp @@ -0,0 +1,5 @@ +meta charset="UTF-8" {} +meta name="viewport" content="width=device-width, initial-scale=1.0" {} +link href="/favicon.svg" rel="shortcut icon" type="image/svg" {} +link href="/style.css" rel="stylesheet" {} +title {-Thomas Voss} |