diff --git a/_layouts/default.html b/_layouts/default.html index 28d095b6..0377da99 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,21 +43,21 @@ - + {%- if site.adsense.client_id and site.adstyle != false -%} - + {%- endif -%} {%- if page.image.path -%} {%- assign img_ext = page.image.path | split: "." | last -%} {%- if img_ext == "svg" -%} - + {%- else -%} {%- assign webp_img = page.image.path | remove: img_ext | append: "webp" -%} - + {%- endif -%} {%- endif -%}