Skip to content

Commit

Permalink
Merge pull request github#76 from Ouadie/add-topics-limit-to-config
Browse files Browse the repository at this point in the history
Removing the limit of topics list
  • Loading branch information
brandonrosage authored Mar 8, 2019
2 parents 4965c10 + 444fedc commit aa39b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/interests.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit aa39b72

Please sign in to comment.