From bcb41dae3f8f7e3ccc9a5f0ee09c393747bb190c Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Fri, 19 Feb 2016 12:02:22 +0100 Subject: [PATCH 1/2] Use data-target instead of href for collapse --- _includes/mentor.html | 8 +++++--- _includes/more-mentee.html | 20 ++++++++++++-------- index.html | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/_includes/mentor.html b/_includes/mentor.html index 6c2f05e..a9a2a3e 100644 --- a/_includes/mentor.html +++ b/_includes/mentor.html @@ -1,7 +1,7 @@
-
+

Become a Mentor!

The world needs more free software hackers/code. @@ -13,12 +13,14 @@

Become a Mentor!

Being a mentor requires your time, a clear vision of your project and good organization skills. We carefully compiled some tips, tricks and guidelines for mentoring into our - . Please read this for more information about being a mentor.

-
+
{% include mentor-guidelines.html %}
diff --git a/_includes/more-mentee.html b/_includes/more-mentee.html index 6ff0c09..56c726d 100644 --- a/_includes/more-mentee.html +++ b/_includes/more-mentee.html @@ -1,9 +1,13 @@ -Still not convinced this is right for you? Check -out a more detailed description in our -. -

-
-{% include mentee-guidelines.html %} +
+

+ Still not convinced this is right for you? Check out a + . +

+
+ {% include mentee-guidelines.html %} +
diff --git a/index.html b/index.html index 77d9c83..4a91f17 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-
+

Get started with Free Software now!

{% include teaser.md %} From 9b81fe9ad2f2745e0ad7001de6b5c47957601ba4 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Fri, 19 Feb 2016 13:04:07 +0100 Subject: [PATCH 2/2] Enable /mentor redirect --- _config.yml | 3 ++- index.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 990fcb5..75dcb18 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,8 @@ description: The openSUSE Mentoring project collects ideas for programs like Goo copyright: 'Copyright © 2015 openSUSE. All Rights Reserved.' github_organization: openSUSE github_repository: mentoring - +gems: + - jekyll-redirect-from # ----------------------- # # Jekyll & Plugins # # ----------------------- # diff --git a/index.html b/index.html index 4a91f17..0a919dc 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,8 @@ --- layout: default title: openSUSE 101 +redirect_from: + - /mentor/index.html --- {% include header.html %}