forked from robert/robertjohnson.work
about section separated from interest
This commit is contained in:
parent
6bbbb1c5ed
commit
626dd59341
6
_includes/about.html
Normal file
6
_includes/about.html
Normal file
@ -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-->
|
@ -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-->
|
@ -52,6 +52,7 @@
|
||||
{% include education.html %}
|
||||
{% include language.html %}
|
||||
{% include interests.html %}
|
||||
{% include about.html %}
|
||||
|
||||
|
||||
</div><!--//sidebar-wrapper-->
|
||||
|
Loading…
Reference in New Issue
Block a user