diff options
Diffstat (limited to 'clams-server/src/main/resources/templates/posts.html')
| -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..." |
