diff options
| author | 0poss <brnnrlxndr@gmail.com> | 2024-07-14 09:44:53 +0000 |
|---|---|---|
| committer | 0poss <brnnrlxndr@gmail.com> | 2024-07-14 09:44:53 +0000 |
| commit | 113bf01c03f0260a4b8b8de4ba5247e600cf56e4 (patch) | |
| tree | a8404db5c121bf68d815e643f1d756cee63b4890 /templates/tags | |
| parent | 5481a5d239dbd60ec4ad10c9c692fb0a273173a0 (diff) | |
Fix '..' path in categories, contexts and tags
Diffstat (limited to 'templates/tags')
| -rw-r--r-- | templates/tags/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tags/single.html b/templates/tags/single.html index 7a3ab44..f2adfcb 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block header %} -<p><a href="{{ current_path }}">..</a>/{{ term.slug }}/</p> +<p><a href="{{ current_path }}..">..</a>/{{ term.slug }}/</p> <h1>{{ term.name }}</h1> {% endblock header %} |
