From d12df2aa6b3aef661f9925e855c397cefd983aab Mon Sep 17 00:00:00 2001
From: 53hornet <53hornet@gmail.com>
Date: Mon, 8 Apr 2019 21:17:08 -0400
Subject: Moved social links into brand.
---
_layouts/index.liquid | 1 +
_layouts/page.liquid | 1 +
_layouts/post.liquid | 1 +
3 files changed, 3 insertions(+)
(limited to '_layouts')
diff --git a/_layouts/index.liquid b/_layouts/index.liquid
index 44feff5..9293d7a 100644
--- a/_layouts/index.liquid
+++ b/_layouts/index.liquid
@@ -2,6 +2,7 @@
+
{{ page.title }}
diff --git a/_layouts/page.liquid b/_layouts/page.liquid
index ebb3c7d..b97dc7e 100644
--- a/_layouts/page.liquid
+++ b/_layouts/page.liquid
@@ -2,6 +2,7 @@
+
{{ page.title }}
diff --git a/_layouts/post.liquid b/_layouts/post.liquid
index 6c90a7e..54bf211 100644
--- a/_layouts/post.liquid
+++ b/_layouts/post.liquid
@@ -2,6 +2,7 @@
+
{{ page.title }}
--
cgit v1.2.3
From 53e19a4d7a4a236152b188c606cfe32dccecc8a9 Mon Sep 17 00:00:00 2001
From: 53hornet <53hornet@gmail.com>
Date: Fri, 19 Apr 2019 22:36:11 -0400
Subject: Updated index, experimented with remote image loading.
---
_layouts/index.liquid | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
(limited to '_layouts')
diff --git a/_layouts/index.liquid b/_layouts/index.liquid
index 9293d7a..6b53922 100644
--- a/_layouts/index.liquid
+++ b/_layouts/index.liquid
@@ -25,20 +25,30 @@
+
+
-
-
-
- {{ page.title }}
-
+
+
+
+ {{ page.title }}
+
-
- {{ page.content }}
+
+ {{ page.content }}
+
+
+
+
+
+
+
+

+
-
-
+
--
cgit v1.2.3