From a27b50dad325744dc1d4de876f8d82a1727ebc21 Mon Sep 17 00:00:00 2001 From: Darshan Baral Date: Sun, 3 May 2020 12:35:47 -0700 Subject: style updates --- layouts/_default/baseof.html | 4 ++-- layouts/partials/breadcrumb.html | 26 ++++++++++++++------------ layouts/partials/icons/home.html | 15 +++++++++++++++ static/css/main.css | 5 ----- 4 files changed, 31 insertions(+), 19 deletions(-) create mode 100644 layouts/partials/icons/home.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0d90cb1..0210d94 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,10 +1,10 @@ {{- partial "head.html" . -}} - + {{- partial "header.html" . -}} {{- partial "menu.html" . -}} -
+
{{- block "main" . }}{{- end }}
{{ if not .IsHome }} diff --git a/layouts/partials/breadcrumb.html b/layouts/partials/breadcrumb.html index 7aa4555..6de8efa 100644 --- a/layouts/partials/breadcrumb.html +++ b/layouts/partials/breadcrumb.html @@ -1,4 +1,7 @@ -