aboutsummaryrefslogtreecommitdiff
path: root/views/partials/footer.html
diff options
context:
space:
mode:
authorFChannel <>2022-06-19 12:47:32 -0700
committerFChannel <>2022-06-19 16:03:29 -0700
commitb02f813e519dc890f2eb4827ff52cff3ff90c828 (patch)
treed020fbdefda52542aab3f4250bf93533e9f38504 /views/partials/footer.html
parentcd99df8d6781c3f0a191d119ea0ddf8c4a16089f (diff)
v0.1.0
Diffstat (limited to 'views/partials/footer.html')
-rw-r--r--views/partials/footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/partials/footer.html b/views/partials/footer.html
index 2253039..cfae619 100644
--- a/views/partials/footer.html
+++ b/views/partials/footer.html
@@ -4,7 +4,8 @@
</div>
<div style="float: right; margin-bottom: 25px;">
- Theme:
+ <p style="font-size: 12px; text-align: right; padding-right: 5px;">v0.1.0</p>
+ <span>Theme:</span>
<select id="themeSwitcher" onchange="setTheme(this.options[this.selectedIndex].value)">
{{ range .Themes }}
<option value="{{.}}">{{.}}</option>