Browse Source

about section separated from interest

Dude 8 years ago
parent
commit
626dd59341
3 changed files with 7 additions and 10 deletions
  1. 6 0
      _includes/about.html
  2. 0 10
      _includes/interests.html
  3. 1 0
      _includes/sidebar.html

+ 6 - 0
_includes/about.html

@@ -0,0 +1,6 @@
+<div class="remove-container container-block">
+<h2 class="container-block-title">About Theme</h2>
+<ul class="list-unstyled interests-list">
+<a href="http://blog.webjeda.com/jekyll-themes/online-cv/"><li>How to use?</li></a>
+</ul>
+</div><!--//About-->

+ 0 - 10
_includes/interests.html

@@ -6,13 +6,3 @@
 <li>Cooking</li>
 </ul>
 </div><!--//interests-->
-
-
-
-
-<div class="remove-container container-block">
-<h2 class="container-block-title">About Theme</h2>
-<ul class="list-unstyled interests-list">
-<a href="http://blog.webjeda.com/jekyll-themes/online-cv/"><li>How to use?</li></a>
-</ul>
-</div><!--//interests-->

+ 1 - 0
_includes/sidebar.html

@@ -52,6 +52,7 @@
            {% include education.html %}
            {% include language.html %}
            {% include interests.html %}
+           {% include about.html %}
         
             
         </div><!--//sidebar-wrapper-->