Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Fix invalid hyperlinks in term list pages for non-default languages (#…
Browse files Browse the repository at this point in the history
…158)

* fix the problem of url such as en/en and ja/ja

* add google adsense

* update the theme notification for seo

* update the pagination

* update the pagination

* update layout for recent posts

* update the layout for content list

* update the layout for i18n

* update css

* update the stats for the visibility of tags and categories

* add support for table of contents

* fix the problem for the visibility of tags and categories by css

* change nav template to simplify config.toml

* remove the diy part for personal website

* remove the diy part for personal website

* remove the diy part for personal website

* Restore to the same as the original repository

* Restore to the same as the original repository

* Fix invalid hyperlinks in term list pages for non-default languages
  • Loading branch information
xinii authored Jul 9, 2020
1 parent 0a02e0b commit 5f7d838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>{{ i18n .Data.Plural }}</h1>
<li>
<article>
<header>
<a href="{{ .Page.Permalink | relLangURL }}">{{ .Page.Title }}<span style="float:right;">{{ .Count }}</span></a>
<a href="{{ .Page.Permalink }}">{{ .Page.Title }}<span style="float:right;">{{ .Count }}</span></a>
</header>
</article>
</li>
Expand Down

0 comments on commit 5f7d838

Please sign in to comment.