Fix double slash
This commit is contained in:
@@ -12,7 +12,9 @@
|
|||||||
{{ $data := .Data }}
|
{{ $data := .Data }}
|
||||||
<ul>
|
<ul>
|
||||||
{{ range $key, $value := .Data.Terms.Alphabetical }}
|
{{ range $key, $value := .Data.Terms.Alphabetical }}
|
||||||
<li><a href="{{ $site.BaseURL }}/{{ $data.Plural }}/{{ $value.Name | urlize }}">{{ $value.Name }}</a>({{ $value.Count }})</li>
|
<li>
|
||||||
|
<a href="{{ $site.LanguagePrefix }}/{{ $data.Plural }}/{{ $value.Name | urlize }}">{{ $value.Name }}</a>({{ $value.Count }})
|
||||||
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
<link rel="shortcut icon" href="/favicon.png">
|
<link rel="shortcut icon" href="/favicon.png">
|
||||||
|
|
||||||
<link href="{{ .Site.BaseURL }}/webfonts/ptserif/main.css" rel='stylesheet' type='text/css'>
|
<link href="{{ .Site.BaseURL }}webfonts/ptserif/main.css" rel='stylesheet' type='text/css'>
|
||||||
<link href="{{ .Site.BaseURL }}/webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
|
<link href="{{ .Site.BaseURL }}webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css">
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
|
||||||
|
|
||||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user