Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-02-27 12:23:55 +0300
committeruPagge <git@upagge.ru>2021-02-27 12:23:55 +0300
commitafe3363cfc85c3782716c25ef2a1b578b9a022e9 (patch)
tree8a8f0ebe62e2e446254552942f34f87a4e10e455 /layouts
parentbb61b87aaccf2fffe953f7f5351c0089ff9a9e16 (diff)
q100
Diffstat (limited to 'layouts')
-rw-r--r--layouts/posts/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 351c5bf..df689c9 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -56,7 +56,7 @@
{{- $heroImage := "" -}}
{{- with .Resources.GetMatch "featured-image" -}}
- {{- $heroImage = (.Resize "1000x").Permalink -}}
+ {{- $heroImage = (.Resize "1000x q100").Permalink -}}
{{- end -}}
<div class="post-hero-grid">
@@ -113,7 +113,7 @@
{{- $fullImage := $image -}}
{{- if eq $pageTheme "full" -}}
{{- with $.Resources.GetMatch "featured-image" -}}
- {{- $fullImage = (.Resize "1500x").Permalink -}}
+ {{- $fullImage = (.Resize "1500x q100").Permalink -}}
{{- end -}}
{{- end -}}