From f89fe6a3e53e4b545f9aa68cc8d05c0e12d2d86e Mon Sep 17 00:00:00 2001 From: Hans-Nikolai Viessmann Date: Mon, 12 Jan 2026 16:24:02 +0100 Subject: [PATCH] minor improvements --- docs/index.md | 4 ++-- mkdocs.yml | 4 +++- overrides/frontpage.html | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 34457b5..2a033f8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ template: "frontpage.html" # HPCE User Documentation -![HPCE group](images/hpce_logo_full.png#only-light){ width="350px" } -![HPCE group](images/hpce_logo_full_dark.png#only-dark){ width="350px" } +![HPCE group](images/hpce_logo_full.png#only-light){ width="250px" } +![HPCE group](images/hpce_logo_full_dark.png#only-dark){ width="250px" } /// caption /// diff --git a/mkdocs.yml b/mkdocs.yml index d933dad..d9e56f2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,7 +25,9 @@ theme: - navigation.indexes - toc.follow - content.action.edit - - content.action.view + # doesn't work with Gitea as the URL is based upon `edit_uri` which has an + # explcit '_' underline prefixed for edit but not raw?! + #- content.action.view palette: - media: "(prefers-color-scheme)" toggle: diff --git a/overrides/frontpage.html b/overrides/frontpage.html index adb8282..49234eb 100644 --- a/overrides/frontpage.html +++ b/overrides/frontpage.html @@ -13,6 +13,6 @@ {% endfor %} {# TODO we should try using the pages object to always get the correct relative uri #} -

→ See News for more...

+

→ Check out News for more...

{% endif %} {% endblock %}