summaryrefslogtreecommitdiff
path: root/src/gmi/tpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmi/tpl.go')
-rw-r--r--src/gmi/tpl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmi/tpl.go b/src/gmi/tpl.go
index ae94bc6..b175a34 100644
--- a/src/gmi/tpl.go
+++ b/src/gmi/tpl.go
@@ -16,7 +16,7 @@ import (
"text/template"
"git.sr.ht/~adnano/go-gemini"
- "github.com/mediocregopher/blog.mediocregopher.com/srv/post"
+ "code.betamike.com/mediocregopher/mediocre-blog/src/post"
"github.com/mediocregopher/mediocre-go-lib/v2/mctx"
gmnhg "github.com/tdemin/gmnhg"
)