diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-12 00:43:53 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-12 00:43:53 -0800 |
commit | 254f96227ebe9dcc1a3765b8ebe898dc7fb588d4 (patch) | |
tree | a6300b238466a45ab856a78bb277b78cad2290c4 | |
parent | 0b084a9e94d16ed71ab05efa4596473ed6e256d8 (diff) |
adding content _ import back to main
-rw-r--r-- | cmd/ponzu/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index d958e8b..90ad613 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -14,6 +14,8 @@ import ( "github.com/ponzu-cms/ponzu/system/api/analytics" "github.com/ponzu-cms/ponzu/system/db" "github.com/ponzu-cms/ponzu/system/tls" + + _ "github.com/ponzu-cms/ponzu/content" ) var ( |