diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:14:03 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:14:03 +0300 |
commit | c5a67bb508445a803289cb4902164f378236284e (patch) | |
tree | 398bbeafc2af75b3e8d681be11a5efb28581bbd4 /layouts/partials/list.html | |
parent | fe877033e979a6913b3ff24ea7cc22a7f34fb72a (diff) |
Auto-commit 2024-12-15
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 |