Merge pull request #76 from Ouadie/add-topics-limit-to-config
Removing the limit of topics list
This commit is contained in:
commit
aa39b729fb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Interests</h2>
|
||||
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">Topics that I want to learn more about.</p>
|
||||
<div class="d-flex flex-wrap gutter-condensed mb-4">
|
||||
{% for topic in site.topics limit: 4 %}
|
||||
{% for topic in site.topics %}
|
||||
<div class="col-6 col-md-12 col-lg-6 col-xl-4 mb-3">
|
||||
{% include topic-card.html %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue