diff options
Diffstat (limited to 'layouts/partials/list.html')
-rw-r--r-- | layouts/partials/list.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/layouts/partials/list.html b/layouts/partials/list.html index 920f9c5..7d14c4d 100644 --- a/layouts/partials/list.html +++ b/layouts/partials/list.html @@ -19,9 +19,17 @@ {{ else }} {{ .Summary }} {{ if .Truncated }} - <div><a href="{{ .RelPermalink }}">Далее...</a></div> + <div><a class="btn btn-primary" href="{{ .RelPermalink }}">Далее...</a></div> {{ end }} {{ end }} - - {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} + <div class="p-tags"> + {{ partial "icon.html" "tag" }} + {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} + </div> + {{ if .Params.Location }} + <div class="p-location"> + {{ partial "icon.html" "location" }} + {{.Params.Location}} + </div> + {{ end }} </div>
\ No newline at end of file |