summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-content.tmpl
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-22 23:07:45 +0900
committerhaturatu <taro@eyes4you.org>2025-02-22 23:07:45 +0900
commita9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (patch)
tree0dd1501980d07c96c10624109346e650de862df1 /cmd/ponzu/templates/gen-content.tmpl
parent9bc41b703131aa42ca64265ab6fdeadc37841e66 (diff)
fix: change s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'cmd/ponzu/templates/gen-content.tmpl')
-rw-r--r--cmd/ponzu/templates/gen-content.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ponzu/templates/gen-content.tmpl b/cmd/ponzu/templates/gen-content.tmpl
index 9cfca9d..cb522b2 100644
--- a/cmd/ponzu/templates/gen-content.tmpl
+++ b/cmd/ponzu/templates/gen-content.tmpl
@@ -5,8 +5,8 @@ import (
{{ if .HasReferences }}
"github.com/bosssauce/reference"
{{ end }}
- "github.com/ponzu-cms/ponzu/management/editor"
- "github.com/ponzu-cms/ponzu/system/item"
+ "github.com/haturatu/ponzu/management/editor"
+ "github.com/haturatu/ponzu/system/item"
)
type {{ .Name }} struct {