From e62e7bb6b14555c9bbe5d40d217103984f4f80e6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 27 Oct 2019 09:57:37 -0400 Subject: Rewrite progress --- _includes/masthead.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 _includes/masthead.html (limited to '_includes/masthead.html') diff --git a/_includes/masthead.html b/_includes/masthead.html new file mode 100644 index 0000000..3fe9fc1 --- /dev/null +++ b/_includes/masthead.html @@ -0,0 +1,46 @@ +{% if site.logo contains "://" %} + {% capture logo_path %}{{ site.logo }}{% endcapture %} +{% else %} + {% capture logo_path %}{{ site.logo }}{% endcapture %} +{% endif %} + +
+
+
+ +
+
+
-- cgit v1.2.3