diff options
author | haturatu <taro@eyes4you.org> | 2025-02-22 23:07:45 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-02-22 23:07:45 +0900 |
commit | a9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (patch) | |
tree | 0dd1501980d07c96c10624109346e650de862df1 /cmd/ponzu/templates/gen-content.tmpl | |
parent | 9bc41b703131aa42ca64265ab6fdeadc37841e66 (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.tmpl | 4 |
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 { |