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