diff options
| author | Shulhan <ms@kilabit.info> | 2020-05-01 15:04:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-05-07 13:56:46 +0700 |
| commit | 4e464be43a233cfe6f9ef0d6230f755e8ceeae88 (patch) | |
| tree | 76a2700edec7b00a26a216a2fc04583a313ea92c | |
| parent | be40291e5dac2a56de940bfb5dfc842b856ca233 (diff) | |
| download | ciigo-4e464be43a233cfe6f9ef0d6230f755e8ceeae88.tar.xz | |
template: update the embedded HTML footer
| -rw-r--r-- | template_index_html.go | 9 |
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 <ms@kilabit.info>. 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>` |
