maintenance: Remove a superflous prefix

This commit is contained in:
Bjørn Erik Pedersen
2018-02-11 14:44:06 +01:00
parent 8f29ba2fb9
commit 3b5f27835e
@@ -13,11 +13,11 @@
<td class="pv2 ph3">
<a href="{{ .Permalink }}">{{ .Title }}</a>
</td>
<td class="pv2 ph3"><a href="{{.Site.Params.ghrepo}}blob/master/content/{{.Path}}">
{{ with .GitInfo }}
GI: {{ .Subject }}
{{ else }}
Source{{ end }}</a></td>
<td class="pv2 ph3">
<a href="{{.Site.Params.ghrepo}}blob/master/content/{{.Path}}">
{{ with .GitInfo }}{{ .Subject }}{{ else }}Source{{ end }}
</a>
</td>
</tr>
{{ end }}
</tbody>