Rename a.html to tag-a.html
This commit is contained in:
@@ -283,9 +283,9 @@
|
||||
{{ end }}
|
||||
|
||||
{{ $resource = $resource | fingerprint }}
|
||||
{{ $content = partial "paige/a.html" (dict "content" $content "href" $resource.RelPermalink "page" $page) }}
|
||||
{{ $content = partial "paige/tag-a.html" (dict "content" $content "href" $resource.RelPermalink "page" $page) }}
|
||||
{{ else if $link }}
|
||||
{{ $content = partial "paige/a.html" (dict "content" $content "href" $link "page" $page) }}
|
||||
{{ $content = partial "paige/tag-a.html" (dict "content" $content "href" $link "page" $page) }}
|
||||
{{ end }}
|
||||
|
||||
{{ $content }}
|
||||
|
Reference in New Issue
Block a user