mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Docs: add panel showing the last revision of a page
The panel also contains the version of the documentation.
This commit is contained in:
committed by
Anthony Fok
parent
2c66167431
commit
b47652fb29
@@ -1,7 +1,13 @@
|
||||
<div class="row">
|
||||
<div class="footer-panel">
|
||||
<p>Last revision: {{ .Lastmod.Format "January 2, 2006" }}
|
||||
<span style="float: right;">Hugo v{{ .Hugo.Version }} documentation</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<div style="font-size: medium; font-style: italic; text-align: right;">Hugo v{{ .Hugo.Version }} documentation</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user