Compare commits

...

1 Commits

Author SHA1 Message Date
giles
38233279a2 Rename blog.home → blog.index in not_found template
The blog index moved from / to /index; homepage now shows a Ghost page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 16:54:02 +00:00

View File

@@ -8,8 +8,8 @@
The post "{{ slug }}" could not be found. The post "{{ slug }}" could not be found.
</p> </p>
<a <a
href="{{ url_for('blog.home')|host }}" href="{{ url_for('blog.index')|host }}"
hx-get="{{ url_for('blog.home')|host }}" hx-get="{{ url_for('blog.index')|host }}"
hx-target="#main-panel" hx-target="#main-panel"
hx-select="{{ hx_select }}" hx-select="{{ hx_select }}"
hx-swap="outerHTML" hx-swap="outerHTML"