Add default templates for list views

Add default language files for English and Norwegian

Add list-card-grid template for card-based content display

Add list-faq template for FAQ-style content display

Add list-grid template for grid-based content display
This commit is contained in:
Ruben 2025-11-01 16:11:33 +01:00
parent 1aa4d6a83b
commit 36a3221dbb
6 changed files with 615 additions and 0 deletions

View file

@ -0,0 +1,12 @@
; English translations
home = "Home"
categories = "Categories"
tags = "Tags"
read_more = "Read more"
read_article = "Read article"
read_full_answer = "Read full answer"
download_pdf = "Download PDF"
summary = "Summary"
footer_text = "Footer content goes here"
footer_handcoded = "This page was generated in"
footer_page_time = "ms"

View file

@ -0,0 +1,12 @@
; Norwegian translations
home = "Hjem"
categories = "Kategorier"
tags = "Stikkord"
read_more = "Les mer"
read_article = "Les artikkel"
read_full_answer = "Les hele svaret"
download_pdf = "Last ned PDF"
summary = "Oppsummering"
footer_text = "Bunntekst her"
footer_handcoded = "Denne siden ble generert på"
footer_page_time = "ms"