diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-26 01:01:35 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-26 01:01:35 +1000 |
| commit | 7fa7a38167415301a9a01735d2eb354542c11dcb (patch) | |
| tree | 0389042f505c36a32ad9f9cbd2ed71e74f34f77f /templates/base.html | |
| parent | bcd79ba2c55de3202f1e9b4b9b6070b36cfdb7db (diff) | |
Add a footer
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index a156f3b..46ed508 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,6 +20,10 @@ <main>
{{template "content" .}}
</main>
+ <footer>
+ <p><a href="https://github.com/prologic/tube">Tube</a> is CopyRight © 2020 <a href="https://github.com/prologic">James Mills / prologic</a>. All Rights Reserved.</p>
+ <p>All Content herein Public Domain and User Contributed.</p>
+ </footer>
</body>
{{ template "scripts" . }}
</html>
|
