diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-06 21:12:40 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-06 21:12:40 +0200 |
| commit | 463c202d80f57efb8e46bab4ee4ad7038444b25d (patch) | |
| tree | 1b1675a02f57ad720a0ffbab5e99d80e2763d8f4 /clams-server/src/main/resources/templates/post.html | |
| parent | 05f77926b147fe3a849eb1dbeeed2afcf97ad866 (diff) | |
implement post searching
Diffstat (limited to 'clams-server/src/main/resources/templates/post.html')
| -rw-r--r-- | clams-server/src/main/resources/templates/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clams-server/src/main/resources/templates/post.html b/clams-server/src/main/resources/templates/post.html index 7e99e1f..7899099 100644 --- a/clams-server/src/main/resources/templates/post.html +++ b/clams-server/src/main/resources/templates/post.html @@ -2,6 +2,7 @@ {% block content %} <main class="main-container"> + <a href="/blog" class="back-link-top">← back</a> <header class="post-header"> <span class="post-date">{{ published_date }}</span> <span class="post-author">{{ author }}</span> |
