diff options
Diffstat (limited to 'clams-server/src/main/resources/templates/posts.html')
| -rw-r--r-- | clams-server/src/main/resources/templates/posts.html | 10 |
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">← back</a> + <a href="/" class="back-link-top">← 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> |
