diff options
Diffstat (limited to 'content/post.go')
-rw-r--r-- | content/post.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post.go b/content/post.go index 99887d8..e08106c 100644 --- a/content/post.go +++ b/content/post.go @@ -3,7 +3,7 @@ package content import ( "fmt" - "../management/editor" + "github.com/bosssauce/ponzu/management/editor" ) // Post is the generic content struct |