minor improvements
This commit is contained in:
@@ -7,8 +7,8 @@ template: "frontpage.html"
|
|||||||
|
|
||||||
# HPCE User Documentation
|
# HPCE User Documentation
|
||||||
|
|
||||||
{ width="350px" }
|
{ width="250px" }
|
||||||
{ width="350px" }
|
{ width="250px" }
|
||||||
/// caption
|
/// caption
|
||||||
///
|
///
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,9 @@ theme:
|
|||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
- toc.follow
|
- toc.follow
|
||||||
- content.action.edit
|
- 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:
|
palette:
|
||||||
- media: "(prefers-color-scheme)"
|
- media: "(prefers-color-scheme)"
|
||||||
toggle:
|
toggle:
|
||||||
|
|||||||
@@ -13,6 +13,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{# TODO we should try using the pages object to always get the correct relative uri #}
|
{# TODO we should try using the pages object to always get the correct relative uri #}
|
||||||
<p>→ See <a href="/news/index.html">News</a> for more...</p>
|
<p>→ Check out <a href="/news/index.html">News</a> for more...</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user