Skip to content

Commit

Permalink
Small footer change
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli committed May 24, 2023
1 parent df22506 commit 7cc77d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/base/base_footer.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{ 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="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/thomiceli/opengist">
<span class="mr-1">Source</span>
<a target="_blank" style="margin-left: 0 !important;" class="text-slate-400 hover:text-slate-200 inline-flex" href="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/thomiceli/opengist">
<span class="mr-1">Powered by <span class="font-bold underline">Opengist</span></span>
</a>
</span>
<span class="text-gray-500">Load: <span class="font-bold">{{ loadedTime .loadStartTime }}</span></span>
<span>Load: <span class="font-bold">{{ loadedTime .loadStartTime }}</span></span>

</p>
</div>
Expand Down

0 comments on commit 7cc77d8

Please sign in to comment.