doc: hide the date of revision on the front page.

This commit is contained in:
Alexandre Pujol 2025-05-17 18:44:59 +02:00
parent 00327dfae1
commit 2bad07f5ff
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 6 additions and 1 deletions

View file

@ -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);

View file

@ -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: