From 6d51f2696e13fa831f79a7c8ecbf1552943e156d Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 7 Sep 2020 13:59:53 -0400 Subject: [PATCH] retention page --- _layouts/page.html | 20 ++++++++++++++++++++ assets/css/page.css | 12 ++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 0e9f99d..dbeebd8 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -21,15 +21,35 @@
+ +

{{page.title}}

{{page.description}}


+ {{content}} + + {% if page.categories %} +
+
+

Thank you for reading this post. If you enjoyed the content, and want to let me know, or want + to + ask any questions, please contact me via one of the methods listed + here. If + you would like to be notified about future posts, feel free to load my + rss + feed into your favorite feed reader, or follow + me on Twitter for notifications about my work and future posts.

+
+ {% endif %}
+ +
diff --git a/assets/css/page.css b/assets/css/page.css index f4d4974..a948492 100644 --- a/assets/css/page.css +++ b/assets/css/page.css @@ -1,4 +1,3 @@ - body { padding: 0; margin: 0; @@ -40,10 +39,19 @@ iframe { color: var(--color-dark-purple); } -.inner-content-container>p{ +.inner-content-container>p { text-align: justify; } +.retention { + border-style: solid; + border-width: 2px; + border-color: var(--color-purple)!important; + border-radius: 15px; + padding: 15px; + padding-bottom: 0; +} + /* .inner-content-container>p>a { position: relative; display: inline-block;