Fix source link on maintainance

This commit is contained in:
Bjørn Erik Pedersen
2018-05-16 21:25:17 +02:00
parent 975c215aeb
commit 772a26f842
@@ -14,7 +14,7 @@
<a href="{{ .Permalink }}">{{ .Title }}</a>
</td>
<td class="pv2 ph3">
<a href="{{.Site.Params.ghrepo}}blob/master/content/{{.Path}}">
<a href="{{.Site.Params.ghrepo}}blob/master/content/{{.Lang }}/{{.Path}}">
{{ with .GitInfo }}{{ .Subject }}{{ else }}Source{{ end }}
</a>
</td>