That's no blurhash, that's blurnail!
This commit is contained in:
@ -73,8 +73,8 @@
|
||||
</div>
|
||||
{%- endif -%}
|
||||
{%- if page.extra.banner -%}
|
||||
{%- set blurhash = resize_image(path=page.colocated_path ~ page.extra.banner, width=16, height=8, op="fill", format="webp") -%}
|
||||
<div class="blurhash" style="--blurhash: url('{{ blurhash.url }}')"></div>
|
||||
{%- set blurnail = resize_image(path=page.colocated_path ~ page.extra.banner, width=16, height=8, op="fill", format="webp") -%}
|
||||
<div class="blurnail" style="--blurnail: url('{{ blurnail.url }}')"></div>
|
||||
{%- endif -%}
|
||||
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user