From 626dd5934175853f69d804b31e820b93f2fee153 Mon Sep 17 00:00:00 2001 From: Dude Date: Mon, 20 Feb 2017 13:10:52 +0530 Subject: [PATCH] about section separated from interest --- _includes/about.html | 6 ++++++ _includes/interests.html | 10 ---------- _includes/sidebar.html | 1 + 3 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 _includes/about.html diff --git a/_includes/about.html b/_includes/about.html new file mode 100644 index 0000000..61a5f2d --- /dev/null +++ b/_includes/about.html @@ -0,0 +1,6 @@ +
+

About Theme

+ +
\ No newline at end of file diff --git a/_includes/interests.html b/_includes/interests.html index a3fe4c1..f529950 100644 --- a/_includes/interests.html +++ b/_includes/interests.html @@ -6,13 +6,3 @@
  • Cooking
  • - - - - -
    -

    About Theme

    - -
    \ No newline at end of file diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 9acd322..3bf2ac4 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -52,6 +52,7 @@ {% include education.html %} {% include language.html %} {% include interests.html %} + {% include about.html %}