diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-07-04 18:25:17 +0200 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-07-04 18:30:00 +0200 |
commit | c9d28a108d6df59a895dd10f47e834ceba20f98a (patch) | |
tree | c8c5b31b647626782f7bea8d6a6fa5bd74f7bf28 /example | |
parent | 0134492489ac70306486678aae81192d9cc0228d (diff) |
Add gateway_url parameter in gemtext template
Diffstat (limited to 'example')
-rw-r--r-- | example/Caddyfile | 4 |
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://" + } } } |