From e36f49c7d90bed4b8c2e3edb1225ca1b9720da4d Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Tue, 21 Jul 2026 22:54:08 +0200 Subject: swap blog and post for article --- .../src/main/resources/templates/blog-search.html | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'clams-server/src/main/resources/templates/blog-search.html') diff --git a/clams-server/src/main/resources/templates/blog-search.html b/clams-server/src/main/resources/templates/blog-search.html index e2188cf..dd435e5 100644 --- a/clams-server/src/main/resources/templates/blog-search.html +++ b/clams-server/src/main/resources/templates/blog-search.html @@ -2,13 +2,13 @@ {% block content %}
- ← back + ← back
-

Elias Haugsbakk's Blog

-

For search: "{{ search_term }}" -- Found {{ results_count }} matching posts

+

My articles

+

For search: "{{ search_term }}" -- Found {{ results_count }} matching articles

-
- + +
@@ -17,20 +17,20 @@ {% if results is empty %}
{% if search_term is empty %} -

Please enter a search term to search the blog posts. Or go back to all posts.

+

Please enter a search term to search the articles. Or go back to all articles.

{% else %} -

Found no posts matching "{{ search_term }}".
- Go back to all posts.

+

Found no articles matching "{{ search_term }}".
+ Go back to all articles.

{% endif %}
{% else %}