We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3389313 commit cf00672Copy full SHA for cf00672
templates/tags/single.html
@@ -10,7 +10,7 @@ <h1>{{ term.name }}</h1>
10
<ul>
11
{% for page in pages %}
12
<li>
13
- <a href="{{ page.permalink | safe }}">{% if page.date %}{{ page.date }} - {% endif %}{{ page.title }}</a>
+ <a href="{{ page.permalink | safe }}">{% if page.date %}{{ page.date }} ~ {% endif %}{{ page.title }}</a>
14
</li>
15
{% endfor %}
16
</ul>
0 commit comments