Skip to content

Commit

Permalink
fix event story index
Browse files Browse the repository at this point in the history
  • Loading branch information
sctop committed Mar 23, 2024
1 parent 7ecab3d commit 8adde4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion page/en/event_story_all.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>All Stories</h2>
<ul>
{% for i in event.include %}
{% set i = i.1 %}
<li><a href="/en/event/{{ i.pos.event_id }}/story/{{ i.pos.segment }}.html">Story {{ i.pos.segment }}: {{ i.name.en }}</a></li>
<li><a href="/en/event/{{ i.pos.event_id }}/story/{{ i.namespace[-1] }}.html">Story {{ i.pos.segment }}: {{ i.name.en }}</a></li>
{% endfor %}
</ul>
{% endblock %}
2 changes: 1 addition & 1 deletion page/zh_cn/event_story_all.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>全部故事</h2>
<ul>
{% for i in event.include %}
{% set i = i.1 %}
<li><a href="/zh_cn/event/{{ i.pos.event_id }}/story/{{ i.pos.segment }}.html">第{{ i.pos.segment }}话故事:{{ auto_zhcn_gen(i.name) }}</a></li>
<li><a href="/zh_cn/event/{{ i.pos.event_id }}/story/{{ i.namespace[-1] }}.html">第{{ i.pos.segment }}话故事:{{ auto_zhcn_gen(i.name) }}</a></li>
{% endfor %}
</ul>
{% endblock %}

0 comments on commit 8adde4a

Please sign in to comment.