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;
}
/* Hide the date of revision */
.md-source-file {
display: none;
}
/* Get started button */
.md-typeset .md-button--primary {
color: var(--md-primary-fg-color);