From 3d8d99cde2ca4dee41439fc8b156e6f315e5a579 Mon Sep 17 00:00:00 2001 From: Andrew Lee <andytaelee@gmail.com> Date: Sun, 11 Sep 2016 00:28:36 -0400 Subject: [PATCH] Back to Blog link --- _layouts/post.html | 3 +++ css/style.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/_layouts/post.html b/_layouts/post.html index d2e6118..b1c32f0 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,3 +21,6 @@ layout: page </div> </section> </div> +<p class="center-text" style="padding: 30px;"> + <a href="/blog">Back to blog</a> +</p> diff --git a/css/style.css b/css/style.css index 6e36a1c..9dd3d2b 100644 --- a/css/style.css +++ b/css/style.css @@ -12,6 +12,10 @@ font-weight: bold; } + .center-text { + text-align: center; + } + .post-area { padding: 40px; width: 100%; -- GitLab