From def0a392a58187bab198c6a11e7f4b82d4fa4319 Mon Sep 17 00:00:00 2001 From: Somrat Date: Sun, 30 Jan 2022 11:10:45 +0600 Subject: [PATCH] code formatting --- assets/css/style.css | 2 +- layouts/_default/baseof.html | 24 +++--- layouts/contact/list.html | 46 +++++++--- layouts/faq/list.html | 28 +++--- layouts/index.html | 75 ++++++++-------- layouts/partials/banner.html | 81 +++++++++-------- layouts/partials/default.html | 154 ++++++++++++++++----------------- layouts/partials/footer.html | 19 ++-- layouts/partials/head.html | 158 ++++++++++++++++++---------------- 9 files changed, 320 insertions(+), 267 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9665dcd..0be9b91 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -858,7 +858,7 @@ pre code::-webkit-scrollbar-thumb { margin-bottom: 0; } -.code-tabs .tab-content .tab-pane{ +.code-tabs .tab-content .tab-pane { margin-bottom: 0; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9f0ebe7..a4e1633 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,24 +1,24 @@ {{ partial "head.html" . }} - + - {{ if .IsHome }} - {{ "" | safeHTML }} -