aboutsummaryrefslogtreecommitdiff
path: root/example/Caddyfile
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-07-04 18:25:17 +0200
committerBrian Picciano <me@mediocregopher.com>2024-07-04 18:30:00 +0200
commitc9d28a108d6df59a895dd10f47e834ceba20f98a (patch)
treec8c5b31b647626782f7bea8d6a6fa5bd74f7bf28 /example/Caddyfile
parent0134492489ac70306486678aae81192d9cc0228d (diff)
Add gateway_url parameter in gemtext template
Diffstat (limited to 'example/Caddyfile')
-rw-r--r--example/Caddyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/Caddyfile b/example/Caddyfile
index 8d9dd50..05ad0ba 100644
--- a/example/Caddyfile
+++ b/example/Caddyfile
@@ -26,7 +26,9 @@ http://template.localhost {
# Include the gemtext extention to make the gemtext function
# available within the template.
extensions {
- gemtext
+ gemtext {
+ gateway_url "https://gemini.tildeverse.org/?gemini://"
+ }
}
}