提交 81368bd3 编写于 作者: F freesky-edward

Bug-fixing: events&news links don't support multilingual setting

上级 33bab612
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="events active"> <div class="events active">
<h2> <h2>
{{ i18n "main_events_title" }} {{ i18n "main_events_title" }}
<a href="/events.html"> <a href="{{ "/events.html" | relLangURL }}">
<p>{{ i18n "main_list_more" }} ></p> <p>{{ i18n "main_list_more" }} ></p>
</a> </a>
</h2> </h2>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="news active"> <div class="news active">
<h2> <h2>
{{ i18n "main_news_title" }} {{ i18n "main_news_title" }}
<a href="/news.html"> <a href="{{ "/news.html" | relLangURL }}">
<p> {{ i18n "main_list_more" }} ></p> <p> {{ i18n "main_list_more" }} ></p>
</a> </a>
</h2> </h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册