From fa98ab0589d4be1ca89a0538f6826b0037ff9821 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Thu, 27 Jul 2023 14:04:30 +0700 Subject: Set up layout and navigation --- layouts/_default/baseof.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d7bff57..b17f8ce 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,18 +13,16 @@ SPDX-License-Identifier: MIT {{ i18n "skipToContent" | humanize }} -
-
- {{ block "header" . }} - {{ partial "header.html" . }} - {{ end }} -
-
- {{ block "main" . }}{{ end }} -
- {{ block "footer" . }} - {{ partial "footer.html" . }} +
+ {{ block "header" . }} + {{ partial "header.html" . }} {{ end }} -
+ +
+ {{ block "main" . }}{{ end }} +
+ {{ block "footer" . }} + {{ partial "footer.html" . }} + {{ end }} -- cgit 1.4.1