aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2020-05-01 15:04:58 +0700
committerShulhan <ms@kilabit.info>2020-05-07 13:56:46 +0700
commit4e464be43a233cfe6f9ef0d6230f755e8ceeae88 (patch)
tree76a2700edec7b00a26a216a2fc04583a313ea92c
parentbe40291e5dac2a56de940bfb5dfc842b856ca233 (diff)
downloadciigo-4e464be43a233cfe6f9ef0d6230f755e8ceeae88.tar.xz
template: update the embedded HTML footer
-rw-r--r--template_index_html.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/template_index_html.go b/template_index_html.go
index 346827c..cc9c54b 100644
--- a/template_index_html.go
+++ b/template_index_html.go
@@ -50,10 +50,11 @@ const templateIndexHTML = `<!DOCTYPE html>
<!-- .page -->
<div class="footer">
- Copyright 2020, Shulhan &lt;ms@kilabit.info&gt;. All rights reserved.
- <br />
- Use of this source code is governed by a BSD-style license that can be
- found in the <a href="/LICENSE">LICENSE</a> file.
+ Powered by <a
+ href="https://github.com/shuLhan/ciigo"
+ >
+ ciigo
+ </a>
</div>
</body>
</html>`