Compare commits
1 Commits
9cb8cf9e1d
...
38233279a2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38233279a2 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user