diff options
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://" + } } } |