Commit 7770078
fix(theme): correct tag link URL on article pages
The single-article template built tag hrefs from the string literal
" /tags/" (leading space), so relURL encoded the space and produced
/%20/tags/<tag>/ links. Removed the space to match the list template.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 36c98c6 commit 7770078
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments