diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-04-25 18:07:30 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-25 18:07:30 +0200 |
commit | e381d20dade4ccb6e7a5ab5db91c5a8c20e0efa1 (patch) | |
tree | aaf31a70a331479d73500aeeede59458ac88cfce /arkiv | |
parent | 0a9821c656bb3cfeb165c812c5595bbad36d7e82 (diff) |
list both issues and articles in archive
Diffstat (limited to 'arkiv')
-rw-r--r-- | arkiv/index.qmd | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/arkiv/index.qmd b/arkiv/index.qmd index 78319ae..5cf0ae4 100644 --- a/arkiv/index.qmd +++ b/arkiv/index.qmd @@ -1,17 +1,30 @@ --- title: "Arkiv" listing: - id: listing - contents: "../nummer*/index.qmd" - sort: "date desc author" - type: table - categories: true - fields: [date, title, subtitle] + - id: issues + contents: "../nummer*/index.qmd" + sort: "date desc author" + type: table + fields: [date, title, subtitle] + - id: articles + contents: "../nummer*/*/index.qmd" + sort: "date desc author" + type: table + categories: cloud + fields: [date, title, subtitle] --- -# Orøposten arkiv - Se også [udskriftsvenlige formater]. +## Numre + +:::{#issues} +::: + +## Artikler + +:::{#articles} +::: + [udskriftsvenlige formater]: ../tryk/ "Arkiv over udskiftsvenlige formater af udgivelser" |