mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 20:29:40 +00:00
doc: update last updated information on page footers
The "Last Updated" footer shows the date the page was published, not when the content was last updated. This has caused readers some confusion. Update the footer with the date of the git commit that last updated the document, and clarify with both the last modified and published dates in the footer, something like this: Last modified: Aug 19, 2021. Published: Nov 03, 2021. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
9306de95a7
commit
8fb3ca83a6
5
doc/static/acrn-custom.css
vendored
5
doc/static/acrn-custom.css
vendored
@@ -327,3 +327,8 @@ a.reference.external::after {
|
||||
img.drop-shadow {
|
||||
margin-bottom: 2em !important;
|
||||
}
|
||||
|
||||
/* tweak last updated section of footer to be right-aligned */
|
||||
.lastupdated {
|
||||
float:right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user