diff --git a/docs/extra.css b/docs/extra.css index 0e74960..4b3107c 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -22,3 +22,7 @@ border-top: 1px solid #ccc; padding-top: 0.5em; } + +.md-content h1:first-of-type { + display: none; +} diff --git a/docs/hf.md b/docs/hf.md index af6296c..c72d273 100644 --- a/docs/hf.md +++ b/docs/hf.md @@ -133,8 +133,5 @@ K-PO SPS-250-II 23-25A
Minibeam 10-15-20
3 element beam 10-15-20
-
-Uppdaterad 20250504 -
diff --git a/mkdocs.yml b/mkdocs.yml index c9e034b..8511524 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,5 +38,10 @@ theme: plugins: - search - open-in-new-tab + - git-revision-date-localized: + enable_creation_date: true + locale: sv + fallback_to_build_date: true + type: date extra_css: - extra.css