From 6341be70c283927ff83cdc74edcc5c2af762f1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=2E=20Sapka?= Date: Tue, 24 Jan 2023 16:48:37 +0100 Subject: chore: seo --- layouts/_default/baseof.html | 4 ++-- layouts/shortcodes/imgproc.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c91cd5ae..dcdf2ae6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ - + {{- $imageUrl := default "logo.png" .Params.image }} {{- $image := resources.Get $imageUrl }} @@ -28,7 +28,7 @@ - + {{ if isset .Params "tags" }}{{end}} diff --git a/layouts/shortcodes/imgproc.html b/layouts/shortcodes/imgproc.html index f271fd63..c0559fee 100644 --- a/layouts/shortcodes/imgproc.html +++ b/layouts/shortcodes/imgproc.html @@ -15,7 +15,7 @@ {{ errorf "Invalid image processing command: Must be one of Crop, Fit, Fill or Resize."}} {{ end }}
- + {{ $caption }}
{{ $caption }} -- cgit v1.2.3