Remove copyright years from base template
This commit is contained in:
parent
c4724723b6
commit
9f53e37693
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
{{ template "content" . }}
|
{{ template "content" . }}
|
||||||
<footer class="footer mt-auto py-3">
|
<footer class="footer mt-auto py-3">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span class="text-muted small">© 2020-2023 <a href="https://www.cacert.org/">CAcert</a></span>
|
<span class="text-muted small">© <a href="https://www.cacert.org/">CAcert</a></span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script type="text/javascript" src="/js/cacert.bundle.js"></script>
|
<script type="text/javascript" src="/js/cacert.bundle.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue