diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-27 20:45:10 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-27 20:49:07 +0200 |
| commit | 3e8bc6271032a2ef4f799d39f812835e5980efd0 (patch) | |
| tree | 197a385ba8fee89029d491e8a92ddb0f4b3a7d6f /clams-server/src/main/resources/templates | |
| parent | 1f1e3e640126a0fffb1e112d705276738b7dc167 (diff) | |
fix page titlesmain
Diffstat (limited to 'clams-server/src/main/resources/templates')
| -rw-r--r-- | clams-server/src/main/resources/templates/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clams-server/src/main/resources/templates/posts.html b/clams-server/src/main/resources/templates/posts.html index ed15beb..783b3a5 100644 --- a/clams-server/src/main/resources/templates/posts.html +++ b/clams-server/src/main/resources/templates/posts.html @@ -5,7 +5,7 @@ <a href="/" class="back-link-top">← hjem</a> <header> <h1>Blog</h1> - <p class="intro-text">Ta en titt på bloggen min da vel.</p> + <p class="intro-text">Her skriver jeg om projektene mine, og helt andre ting.</p> <form action="/posts" method="GET" class="search-form"> <input type="text" name="search" value="{{ search_value }}" placeholder="Søk i innlegg..." |
