diff options
Diffstat (limited to 'templates')
| -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>
|
