Skip to content

Commit a2d5af5

Browse files
LalitNMpeterjc
authored andcommitted
Renamed 'tag_with_' to 'category'.
1 parent c37ff7b commit a2d5af5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/wiki.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<div class="page">
66
<ul class="tag_list_in_post">
77
{% for tag in page.tags %}
8-
{% assign tag_with_ = tag | replace:' ','_' %}
9-
{% assign rawlink = "/wiki/Category%3A" | append: tag_with_ %}
8+
{% assign category = tag | replace:' ','_' %}
9+
{% assign rawlink = "/wiki/Category%3A" | append: category %}
1010
<li class="inline tag_list_item"><a class="tag_list_link" href={{ rawlink | relative_url }}>{{ tag }}</a></li>
1111
{% endfor %}
1212
</ul>

0 commit comments

Comments
 (0)