From 3c3c383a9d6dec77e93272483699b3aef2c1dd47 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Mar 2025 20:17:19 +0800 Subject: Partially port templates used by the index page --- global.ha | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 global.ha (limited to 'global.ha') diff --git a/global.ha b/global.ha new file mode 100644 index 0000000..11d7886 --- /dev/null +++ b/global.ha @@ -0,0 +1,11 @@ +let global: struct { + title: str, + version: str, + ssh_pubkey: str, + ssh_fp: str, +} = struct { + title: str = "Test Forge", + version: str = "v0.0.0", + ssh_pubkey: str = "pubkey", + ssh_fp: str = "fp", +}; -- cgit v1.2.3