Docs: Fixed icon link for offline docs, added version/last modified to sidebar
This commit is contained in:
parent
e2d753fbe6
commit
41cef15c2f
3 changed files with 6 additions and 2 deletions
|
@ -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>"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue