From c9d28a108d6df59a895dd10f47e834ceba20f98a Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 4 Jul 2024 18:25:17 +0200 Subject: Add gateway_url parameter in gemtext template --- example/Caddyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example/Caddyfile') 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://" + } } } -- cgit v1.2.3