simplified editing the details. Everything from data file.

This commit is contained in:
sharu725
2018-05-13 13:43:44 +05:30
parent 5d7912c306
commit ef3cdd79ab
20 changed files with 191 additions and 186 deletions

View File

@ -1,10 +1,10 @@
{% if site.data.interests %}
{% if site.data.data.sidebar.interests %}
<div class="interests-container container-block">
<h2 class="container-block-title">Interests</h2>
<ul class="list-unstyled interests-list">
{% for interest in site.data.interests %}
{% for interest in site.data.data.sidebar.interests %}
{% if interest.link %}
<li><a href="{{ interest.link }}">{{ interest.item }}</a></li>