From 0abe99ae8a540ba0fadcbe64acd8b223f6ce678d Mon Sep 17 00:00:00 2001 From: Chris Vogt Date: Fri, 24 Apr 2015 08:07:43 +0000 Subject: [PATCH] Move Get In Touch section to sidebar for all pages. --- _includes/sidebar.html | 19 +++++++++++++++++++ _layouts/default.html | 14 +------------- index.html | 6 ------ 3 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 _includes/sidebar.html diff --git a/_includes/sidebar.html b/_includes/sidebar.html new file mode 100644 index 0000000..cb31e5e --- /dev/null +++ b/_includes/sidebar.html @@ -0,0 +1,19 @@ +Tweets by @FriendsOfCake + + +
+

Get In Touch

+

Have a plugin or project that would benefit the community? Get in touch to discuss adopting it into Friends Of Cake, increasing its visibility and reach.

+

We hang out in our friendly IRC channel #FriendsOfCake on Freenode.

+
diff --git a/_layouts/default.html b/_layouts/default.html index a073d96..d829d42 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,19 +10,7 @@ {{ content }}
- - + {% include sidebar.html %}
diff --git a/index.html b/index.html index 4ccb878..08d5df1 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,3 @@

{{ project.name }}

{% endfor %} - -
-

Get In Touch

-

Do you have a plugin or project that would benefit the community? Get in touch to discuss adopting it into Friends Of Cake, increasing its visibility and reach.

-

We hang out in our friendly IRC channel #FriendsOfCake on Freenode.

-