diff --git a/hugo_stats.json b/hugo_stats.json index fab35754bc..8918945cfd 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -354,6 +354,7 @@ "link", "lntable", "lntd", + "m-2", "m-4", "m-auto", "macOS", @@ -393,6 +394,7 @@ "mt-1", "mt-2", "mt-20", + "mt-4", "mx-auto", "my-0", "my-2", @@ -432,6 +434,7 @@ "pr-2", "prose", "pt-0", + "pt-4", "px-1", "px-2", "px-3", diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3083fe64db..3dd99e53c1 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -22,44 +22,6 @@ {{ partialCached "icon" "arrow_left_alt" "arrow_left_alt" }} Back - -
-
- - {{- with .FirstSection.Params.icon }} - - {{- partialCached "icon.html" . . -}} - - {{- end }} - {{- .FirstSection.LinkTitle -}} - - -
- -
-
{{ block "left" . }} {{ end }} diff --git a/layouts/partials/sidebar-mainnav.html b/layouts/partials/sidebar-mainnav.html new file mode 100644 index 0000000000..c73da7ce3d --- /dev/null +++ b/layouts/partials/sidebar-mainnav.html @@ -0,0 +1,38 @@ + +
+
+ + {{- with .FirstSection.Params.icon }} + + {{- partialCached "icon.html" . . -}} + + {{- end }} + {{- .FirstSection.LinkTitle -}} + + +
+ +
+
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 693ebb4fcb..d71e0d1e77 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,4 +1,6 @@ +{{ partial "sidebar-mainnav.html" . }} +