From 959f915c9e545a7fe8cafce9916eea377181201e Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 8 Nov 2016 11:27:37 +0100 Subject: use webp for images, load icons offline --- themes/flog/layouts/partials/listing.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'themes/flog/layouts/partials/listing.html') diff --git a/themes/flog/layouts/partials/listing.html b/themes/flog/layouts/partials/listing.html index cefede4..a826617 100644 --- a/themes/flog/layouts/partials/listing.html +++ b/themes/flog/layouts/partials/listing.html @@ -11,11 +11,13 @@
{{ if .Params.image }}
- - + + + + + + +
{{ end }}
@@ -28,14 +30,14 @@ Weiterlesen… {{ if .Params.rating }} - + {{ range seq .Params.rating }} - star + {{ end }} {{ range seq (sub 5 (int .Params.rating)) }} - star_border + {{ end }} - + {{ end }}
-- cgit v1.3.1