From abfd3bbda2fa15e442bf75691007d35ce8d5789a Mon Sep 17 00:00:00 2001 From: Tiago Carrondo Date: Tue, 9 Nov 2021 20:15:13 +0000 Subject: [PATCH] fix lint --- themes/academic/layouts/_default/baseof.html | 72 +++++++++----------- 1 file changed, 33 insertions(+), 39 deletions(-) diff --git a/themes/academic/layouts/_default/baseof.html b/themes/academic/layouts/_default/baseof.html index 062d37e..64fb3bb 100644 --- a/themes/academic/layouts/_default/baseof.html +++ b/themes/academic/layouts/_default/baseof.html @@ -1,43 +1,37 @@ - -{{ partial "site_head" . }} + + {{ partial "site_head" . }} + + +
+ {{ block "main" . }}{{ end }} +
- - -
- {{ block "main" . }}{{ end }} -
- - {{ partial "search" . }} - {{ partial "site_js" . }} - - - + {{ partial "search" . }} + {{ partial "site_js" . }} + +