mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +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
20
docs/static/css/style.css
vendored
20
docs/static/css/style.css
vendored
@@ -622,3 +622,23 @@ i.freebsd-19px:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Footer panel */
|
||||
.footer-panel {
|
||||
width: 100%;
|
||||
border-top:1px #efefef solid;
|
||||
line-height: 30px;
|
||||
padding: 25px 0px 15px;
|
||||
margin-top: 15px;
|
||||
background: #f9f9f9;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.footer-panel p {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
font-size: medium;
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user