diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-02 01:10:58 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-02 01:10:58 +0200 |
| commit | 05f77926b147fe3a849eb1dbeeed2afcf97ad866 (patch) | |
| tree | e1865509767c4d2f46586bf34ec14ba9ea5c906f /clams-server/src/main/resources/templates | |
| parent | 19c9cb227b343377853321e2cdc4285b2ea23e3a (diff) | |
add blog post rendering
Diffstat (limited to 'clams-server/src/main/resources/templates')
| -rw-r--r-- | clams-server/src/main/resources/templates/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clams-server/src/main/resources/templates/post.html b/clams-server/src/main/resources/templates/post.html index 40444b2..7e99e1f 100644 --- a/clams-server/src/main/resources/templates/post.html +++ b/clams-server/src/main/resources/templates/post.html @@ -14,8 +14,7 @@ </article> <nav class="post-nav"> - {{ previous_post_link | raw }} - {{ next_post_link | raw }} + {{ back_to_index | raw }} </nav> </main> {% endblock %} |
