Docs: Fixed icon link for offline docs, added version/last modified to sidebar

This commit is contained in:
Sour 2018-03-25 15:04:02 -04:00
parent e2d753fbe6
commit 41cef15c2f
3 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,7 @@ home = [ "HTML", "RSS", "JSON"]
[params]
themeVariant = "green"
mesenVersion = "0.9.5"
[[menu.shortcuts]]
name = "<img style='vertical-align: middle' src='/images/favicon.png'/> <span style='display: inline;vertical-align: middle'>Website</span>"

View file

@ -1,3 +1,3 @@
<a id="logo" href="https://www.mesen.ca/docs/">
<a id="logo" href="/index.html">
<img src="/images/MesenIcon.png" />
</a>

View file

@ -1 +1,4 @@
<div style="position:absolute;bottom:35px">
Version: <b>{{ .Site.Params.MesenVersion }}</b><br/>
Last Updated: <b>{{ .Now.Format "2006-01-02"}}</b>
</div>