diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-09 01:35:31 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-09 01:35:31 -0700 |
commit | ed14dff0ee6f53afd95550140ee32e7aa76a0441 (patch) | |
tree | 8226e5b99188d14846bd8fb49954b3fd6bcd478d /system/admin/admin.go | |
parent | 8c830d00ab77f8ec0dd535d824dd79503b6f3bad (diff) |
adding name to credits: Ponzu
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r-- | system/admin/admin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go index 7b06b97..e8c4287 100644 --- a/system/admin/admin.go +++ b/system/admin/admin.go @@ -74,7 +74,7 @@ var endAdminHTML = ` </div> <footer class="row"> <div class="col s12"> - <p class="center-align">Powered by © <a target="_blank" href="#">CMS</a> | open-sourced by <a target="_blank" href="https://www.bosssauce.it">Boss Sauce Creative</a></p> + <p class="center-align">Powered by © <a target="_blank" href="https://ponzu-cms.org">Ponzu</a> | open-sourced by <a target="_blank" href="https://www.bosssauce.it">Boss Sauce Creative</a></p> </div> </footer> </body> |