Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lee KIMBER
pelican-alchemy
Commits
1e1cfb9b
Commit
1e1cfb9b
authored
Apr 12, 2016
by
Alan Orth
Browse files
Merge pull request #44 from yfwz100/patch-1
Fix tag url in article pages.
parents
43f23f05
53180849
Changes
1
Hide whitespace changes
Inline
Side-by-side
alchemy/templates/article.html
View file @
1e1cfb9b
...
...
@@ -32,7 +32,7 @@
<li
class=
"muted"
>
·
</li>
<li>
{% for tag in article.tags %}
<a
href=
"{{ SITEU
r
L }}/
tag/
{{ tag
}}.html
"
>
{{ tag }}
</a>
{% if not loop.last %}, {% endif %}
<a
href=
"{{ SITEU
R
L }}/{{ tag
.url }}
"
>
{{ tag }}
</a>
{% if not loop.last %}, {% endif %}
{% endfor %}
</li>
{% endif %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment