esxlib/web/templates/core_footer.html

9 lines
381 B
HTML
Raw Normal View History

2023-09-02 17:53:56 +00:00
{{define "core_footer"}}
<footer class="uk-section uk-section-small uk-text-center">
<hr>
<p class="uk-text-small uk-text-center">Copyright 2023 - <a href="https://www.twelvetwelve.org">Twelve Twelve Foundation</a> | Built with <a href="http://getuikit.com" title="Visit UIkit 3 site" target="_blank" data-uk-tooltip><span data-uk-icon="uikit"></span></a> </p>
</footer>
{{end}}