From 6b40173ec7284c5f6068c3b809d84cd3d437e939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sapka?= Date: Sun, 8 Jan 2023 22:54:12 +0100 Subject: feat: header --- layouts/_default/baseof.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 99c7689e..f37673b9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -32,19 +32,20 @@ {{ block "header" . }} -
- {{ $image := resources.Get "logo.png" }} - {{ $image := $image.Resize "x45" }} - +

{{ .Site.Title }}

-- cgit v1.2.3