summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-09 01:35:31 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-09 01:35:31 -0700
commited14dff0ee6f53afd95550140ee32e7aa76a0441 (patch)
tree8226e5b99188d14846bd8fb49954b3fd6bcd478d
parent8c830d00ab77f8ec0dd535d824dd79503b6f3bad (diff)
adding name to credits: Ponzu
-rw-r--r--system/admin/admin.go2
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 &copy; <a target="_blank" href="#">CMS</a> &nbsp;&vert;&nbsp; open-sourced by <a target="_blank" href="https://www.bosssauce.it">Boss Sauce Creative</a></p>
+ <p class="center-align">Powered by &copy; <a target="_blank" href="https://ponzu-cms.org">Ponzu</a> &nbsp;&vert;&nbsp; open-sourced by <a target="_blank" href="https://www.bosssauce.it">Boss Sauce Creative</a></p>
</div>
</footer>
</body>