Skip to content

Commit

Permalink
move oss section
Browse files Browse the repository at this point in the history
  • Loading branch information
maxboeck committed Jul 8, 2021
1 parent 2472b77 commit 9c177fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/layouts/resume.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ layout: base
</div>
{% endif %}

{% if repositories.length %}
<section class="section" id="section-oss">
<h2 class="section__title">{{ strings.titles.open_source }}</h2>
{% include "repositories.njk" %}
</section>
{% endif %}

{% if collections.custom.length %}
{% set custom = collections.custom|first %}
<section class="section" id="section-custom">
Expand All @@ -65,11 +72,4 @@ layout: base
</div>
</section>
{% endif %}

{% if repositories.length %}
<section class="section" id="section-oss">
<h2 class="section__title">{{ strings.titles.open_source }}</h2>
{% include "repositories.njk" %}
</section>
{% endif %}
</main>

0 comments on commit 9c177fc

Please sign in to comment.