From b19be75e0f4cbe3f54fb58a5c20ba0f1868749ea Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 16 Aug 2018 10:47:16 -0700 Subject: [PATCH] A couple more stylistic updates to make posts a little better while I'm here --- _layouts/default.html | 8 ++++++++ _layouts/post.html | 10 ++++++++++ about.md | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 4f8bcd7..3767856 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,6 +13,14 @@ margin-left: auto; margin-right: auto; } + footer { + margin-left: auto; + margin-right: auto; + margin-top: 2rem; + padding-top: 1rem; + border-top: 2px solid #e9e9e9; + max-width: 55%; + } } header.masthead { float: right; diff --git a/_layouts/post.html b/_layouts/post.html index da38264..9427b2a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,6 +2,11 @@ layout: default --- +

{{ site.name }} @@ -22,8 +27,13 @@ layout: default {% endfor %} {{ content }} + + diff --git a/about.md b/about.md index 91668c0..c5b6f20 100644 --- a/about.md +++ b/about.md @@ -18,6 +18,6 @@ into [Python](http://python.org) and ultimately landing in the ### Non-technical - * [Flying](/tag/flying.html) a plane * [Gardening](https://secure.flickr.com/photos/agentdero/sets/72157644378992989/) in the backyard + * [Flying](/tag/flying.html) a plane