Skip to content

Commit

Permalink
Merge branch 'dev' into tag-search
Browse files Browse the repository at this point in the history
  • Loading branch information
akuma06 committed Aug 20, 2017
2 parents f46fd59 + b31e420 commit e307a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/site/static/faq.jet.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ <h1>{{ T("faq")}}</h1>

<h2 id="links">{{ T("links_replacement_mirror")}}</h2>
<a href="{{Config.WebAddress.Nyaa}}">Nyaa - {{GetHostname(Config.WebAddress.Nyaa)}}</a><br />
<a href="{{Config.WebAddress.Sukebei}}">Sukebei - {{GetHostname(Config.WebAddress.Sukebei)}}</a>
<a href="{{Config.WebAddress.Sukebei}}">Sukebei - {{GetHostname(Config.WebAddress.Sukebei)}}</a><br />
<a href="https://nyoo.moe/">Nyaa - {{GetHostname("https://nyoo.moe/")}} (Mirror)</a><br />
<a href="https://sukebei.nyoo.moe/">Sukebei - {{GetHostname("https://sukebei.nyoo.moe/")}} (Mirror)</a><br />
<a href="https://sukebei.nyoo.moe/">Sukebei - {{GetHostname("https://sukebei.nyoo.moe/")}} (Mirror)</a>

<h2 id="server_status">{{ T("server_status_link")}}</h2>
<a href="{{Config.WebAddress.Status}}">Status - {{GetHostname(Config.WebAddress.Status)}}</a><br />
Expand Down

0 comments on commit e307a99

Please sign in to comment.