Deployed f8a2bdd to latest with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
2025-03-26 03:32:09 -07:00
parent 50ccbc9ba7
commit 324f3a00ff
72 changed files with 19489 additions and 0 deletions

15
latest/css/timeago.css Executable file
View File

@@ -0,0 +1,15 @@
/*
timeago output is dynamic, which breaks when you print a page.
This CSS is only included when type: timeago
and ensures fallback to type "iso_date" when printing.
*/
.git-revision-date-localized-plugin-iso_date { display: none }
@media print {
.git-revision-date-localized-plugin-iso_date { display: inline }
.git-revision-date-localized-plugin-timeago { display: none }
}