doc: hide the date of revision on the front page.
This commit is contained in:
parent
00327dfae1
commit
2bad07f5ff
2 changed files with 6 additions and 1 deletions
|
|
@ -19,6 +19,11 @@ hide:
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide the date of revision */
|
||||||
|
.md-source-file {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Get started button */
|
/* Get started button */
|
||||||
.md-typeset .md-button--primary {
|
.md-typeset .md-button--primary {
|
||||||
color: var(--md-primary-fg-color);
|
color: var(--md-primary-fg-color);
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ repo_url: https://github.com/roddhjav/apparmor.d
|
||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: Copyright © 2021-2024 Alexandre Pujol
|
copyright: Copyright © 2021-2025 Alexandre Pujol
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue