Skip to content

Commit cf00672

Browse files
committed
update: tags ui
Signed-off-by: SNG Viraj Reddy <vir200319@gmail.com>
1 parent 3389313 commit cf00672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/tags/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>{{ term.name }}</h1>
1010
<ul>
1111
{% for page in pages %}
1212
<li>
13-
<a href="{{ page.permalink | safe }}">{% if page.date %}{{ page.date }} - {% endif %}{{ page.title }}</a>
13+
<a href="{{ page.permalink | safe }}">{% if page.date %}{{ page.date }} ~ {% endif %}{{ page.title }}</a>
1414
</li>
1515
{% endfor %}
1616
</ul>

0 commit comments

Comments
 (0)