opengist/templates/base/base_footer.html
2023-04-12 13:25:41 +02:00

18 lines
473 B
HTML
Vendored

{{ define "footer" }}
<p class="text-slate-400 py-8 [&>*]:mx-1.5 flex">
<span>
<a target="_blank" style="margin-left: 0 !important;" class="text-gray-500 hover:text-white inline-flex" href="https://github.com/thomiceli/opengist">
<span class="mr-1">Source</span>
</a>
</span>
<span class="text-gray-500">Load: <span class="font-bold">{{ loadedTime .loadStartTime }}</span></span>
</p>
</div>
</div>
</body>
</html>
{{ end }}