diff options
author | FChannel <> | 2022-07-16 09:49:54 -0700 |
---|---|---|
committer | FChannel <> | 2022-07-16 11:13:28 -0700 |
commit | 3a7664d404bca40cb3234924fa969c0ae133d085 (patch) | |
tree | 2468e548c760f52274178cdf0f6a0d3923f59b65 /views/partials/footer.html | |
parent | a22b213ddef7e86ef49366ffd6351adf0d28fcbe (diff) |
fixed replies to post not showing up when following other boardsv0.1.1
added content length changes to alter database
Diffstat (limited to 'views/partials/footer.html')
-rw-r--r-- | views/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/footer.html b/views/partials/footer.html index cfae619..3082d25 100644 --- a/views/partials/footer.html +++ b/views/partials/footer.html @@ -4,7 +4,7 @@ </div> <div style="float: right; margin-bottom: 25px;"> - <p style="font-size: 12px; text-align: right; padding-right: 5px;">v0.1.0</p> + <p style="font-size: 12px; text-align: right; padding-right: 5px;">v0.1.1</p> <span>Theme:</span> <select id="themeSwitcher" onchange="setTheme(this.options[this.selectedIndex].value)"> {{ range .Themes }} |