Skip to content

Commit

Permalink
Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelatorre committed Oct 13, 2020
1 parent f9da84e commit 177f6b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taiga-help/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
This is the default list template

{{ range .Pages }}
<li><a href="{{.URL}}">{{.Title}}</a></li>
<li><a href="{{.Permalink}}">{{.Title}}</a></li>
{{ end }}
{{ end }}
2 changes: 1 addition & 1 deletion taiga-help/layouts/contributions/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>Diferent md for each Card:</h1>
{{ end }}
{{ end }}
{{ else }}
<li><a href="{{.URL}}">{{.Title}}</a></li>
<li><a href="{{.Permalink}}">{{.Title}}</a></li>
{{ end }}
{{ end }}

Expand Down
2 changes: 1 addition & 1 deletion taiga-help/layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ partial "header.html" }}
Homepage template
{{ range .Pages }}
<li><a href="{{.URL}}">{{.Title}}</a></li>
<li><a href="{{.Permalink}}">{{.Title}}</a></li>
{{ end }}

0 comments on commit 177f6b2

Please sign in to comment.