diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-25 17:29:18 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-25 17:58:35 +0200 |
commit | 0a9821c656bb3cfeb165c812c5595bbad36d7e82 (patch) | |
tree | c1cd16c7067ca77241f8a36693ad2da7ae1e6c34 /_quarto.yml | |
parent | 7faac376d33a9debcf4b4230b50bf959a8db4560 (diff) |
Replace menu item "Tryksager" with "Numre", with submenus for each issue and archive; reference PDF file from issue front page and archive index
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/_quarto.yml b/_quarto.yml index 26279ee..08b844e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -8,10 +8,14 @@ website: title: Orøposten navbar: left: - - text: Tryksager - href: tryk/index.qmd -# - text: Arkiv -# href: arkiv/index.qmd + - text: Numre + menu: + - text: Nummer 1 + href: nummer1/index.qmd + - text: Nummer 2 + href: nummer2/index.qmd + - text: Arkiv + href: arkiv/index.qmd - text: Bidragsydere href: om/index.qmd |