更新履歴のリンクを修正

gh-pages
Rui 2019-03-27 20:04:16 +09:00
parent c78cc74115
commit 396ec319a8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<p> <p>
<strong>{{ group.name | date: "%Y-%m-%d" }}</strong> <strong>{{ group.name | date: "%Y-%m-%d" }}</strong>
{% for item in group.items %} {% for item in group.items %}
<br><a href="{{ item.url }}">{{ item.title }}</a> <br><a href="{{ item.url | remove_first: "/" }}">{{ item.title }}</a>
{% endfor %} {% endfor %}
</p> </p>
{% endfor %} {% endfor %}