Add a second menu line with the list of projects

This commit is contained in:
southerntofu 2022-02-23 20:41:18 +01:00
parent fab5516935
commit dfb241712e
5 changed files with 27 additions and 13 deletions

View File

@ -5,16 +5,4 @@
---
[forgebuild](@/forgebuild.md)
---
[endpoints](@/endpoints.md)
---
forgehook
---
[Status](@/status.md)

1
content/_common/menu2.fr.md Symbolic link
View File

@ -0,0 +1 @@
menu2.md

20
content/_common/menu2.md Normal file
View File

@ -0,0 +1,20 @@
+++
+++
[forgebuild](@/forgebuild.md)
---
forgecheck
---
[forgehook](@/endpoints.md)
---
forgesub
---
forgetest

5
templates/index.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "water/templates/index.html" %}
{% block menu %}
{{ super() }}
{{ widgets::menu(path="_common/menu2.md") }}
{% endblock menu %}

@ -1 +1 @@
Subproject commit 2d112f9ab3e110e9fa87e5ff0fc84417ae90cff5
Subproject commit 01448150f670eee3ee02efa232263a17f495c782