minor improvements

This commit is contained in:
2026-01-12 16:24:02 +01:00
parent a1c009de6e
commit f89fe6a3e5
3 changed files with 6 additions and 4 deletions

View File

@@ -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
///

View File

@@ -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:

View File

@@ -13,6 +13,6 @@
{% endfor %}
</ul>
{# TODO we should try using the pages object to always get the correct relative uri #}
<p>&rarr; See <a href="/news/index.html">News</a> for more...</p>
<p>&rarr; Check out <a href="/news/index.html">News</a> for more...</p>
{% endif %}
{% endblock %}