summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/templates/posts.html
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-07-22 23:06:21 +0200
committerElias Haugsbakk <[email protected]>2026-07-22 23:06:21 +0200
commita7b97175975c7a2756d586e92b049a8f5fe081d0 (patch)
treee87b90381505f86b8fdb3f1175dc2fe78e115c14 /clams-server/src/main/resources/templates/posts.html
parent7373d3cc1589ac0f2165f2644343cc0cea3f671f (diff)
translate contents to norwegian
Diffstat (limited to 'clams-server/src/main/resources/templates/posts.html')
-rw-r--r--clams-server/src/main/resources/templates/posts.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/clams-server/src/main/resources/templates/posts.html b/clams-server/src/main/resources/templates/posts.html
index 3eecd62..ed15beb 100644
--- a/clams-server/src/main/resources/templates/posts.html
+++ b/clams-server/src/main/resources/templates/posts.html
@@ -2,20 +2,20 @@
{% block content %}
<main class="main-container">
- <a href="/" class="back-link-top">&larr; back</a>
+ <a href="/" class="back-link-top">&larr; hjem</a>
<header>
<h1>Blog</h1>
- <p class="intro-text">My blog posts.</p>
+ <p class="intro-text">Ta en titt på bloggen min da vel.</p>
<form action="/posts" method="GET" class="search-form">
- <input type="text" name="search" value="{{ search_value }}" placeholder="Search posts..."
+ <input type="text" name="search" value="{{ search_value }}" placeholder="Søk i innlegg..."
aria-label="Search posts">
- <button type="submit" class="pill-button">Search</button>
+ <button type="submit" class="pill-button">Søk</button>
</form>
</header>
<section id="all" class="posts-section">
- <h2>All Posts</h2>
+ <h2>Alle Innlegg</h2>
{% for group in posts_by_year %}
<details class="year-accordion" {% if loop.first %}open{% endif %}>
<summary class="year-toggle">{{ group.key }}</summary>