mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
maintenance: Remove a superflous prefix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user