From f700af2fcc9e4d3c9099799e5741026bc4ff451a Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 11 Mar 2015 19:06:44 +0800 Subject: [PATCH] Add 'about this site' --- _includes/about-the-site.html | 20 ++++++++++++++++++++ _includes/foot.html | 4 +--- assets/style.css | 8 ++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 _includes/about-the-site.html diff --git a/_includes/about-the-site.html b/_includes/about-the-site.html new file mode 100644 index 000000000..a8d87878e --- /dev/null +++ b/_includes/about-the-site.html @@ -0,0 +1,20 @@ +
+
+

+ Cheatsheets is a collection of cheatsheets I've written over the years. + Suggestions and corrections? Send them in. + + I'm Rico Sta. Cruz. + Check out my Today I learned blog for more. +

+ + {% if page.url != '/index.html' %} +

+ +

+ {% endif %} + +

+

+
+
diff --git a/_includes/foot.html b/_includes/foot.html index 569171a4a..d93ec48a1 100644 --- a/_includes/foot.html +++ b/_includes/foot.html @@ -1,6 +1,4 @@ - {% if page.jekyll_escape %} - - {% endif %} + {% include about-the-site.html %}