opengist/templates/base/base_footer.html

19 lines
473 B
HTML
Raw Normal View History

2023-03-14 15:22:52 +00:00
{{ define "footer" }}
<p class="text-slate-400 py-8 [&>*]:mx-1.5 flex">
<span>
2023-04-12 11:25:41 +00:00
<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>
2023-03-14 15:22:52 +00:00
</span>
<span class="text-gray-500">Load: <span class="font-bold">{{ loadedTime .loadStartTime }}</span></span>
</p>
</div>
</div>
</body>
</html>
{{ end }}