From f876e949a9a54ce53d066ab888007b067ec12cce Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Fri, 31 Mar 2023 08:55:44 -0500 Subject: [PATCH] Style header --- src/Themes/BenRameyTheme/Views/Layout.liquid | 66 +++++++++++++------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/src/Themes/BenRameyTheme/Views/Layout.liquid b/src/Themes/BenRameyTheme/Views/Layout.liquid index 75d2a86..94c88af 100644 --- a/src/Themes/BenRameyTheme/Views/Layout.liquid +++ b/src/Themes/BenRameyTheme/Views/Layout.liquid @@ -1,33 +1,53 @@ - + {% page_title Site.SiteName, position: "before", separator: " - " %} - + {% resources type: "Meta" %} - {% link type:"image/x-icon", rel:"shortcut icon", href:"~/BenRameyTheme/assets/favicon.ico" %} + {% link type: "image/x-icon", rel: "shortcut icon", href: "~/BenRameyTheme/assets/favicon.ico" %} - {% style name:"benrameytheme" %} - - {% resources type: "HeadLink" %} - {% resources type: "Stylesheet" %} - {% resources type: "HeadScript" %} - - + {% style name: "benrameytheme" %} -
-
- {% render_body %} -
-
- - - - {% resources type: "FootScript" %} - - + {% resources type: "HeadLink" %} + {% resources type: "Stylesheet" %} + {% resources type: "HeadScript" %} + + +
+
+
+ + Gravatar + {{ Site.SiteName }} + +
+ {{ Site.Tagline }} +
+
+
+
+ +
+
+ {% render_body %} +
+
+ + + + {% resources type: "FootScript" %} + + \ No newline at end of file