summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>