Deployed 0064de9 to 0.102 with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions 2024-10-10 12:49:38 +00:00
parent 77951abc23
commit f213703e89
139 changed files with 19807 additions and 3 deletions

15
0.102/css/timeago.css Normal 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 }
}