Skip to content

Commit

Permalink
Update cv.html (alshedivat#1820)
Browse files Browse the repository at this point in the history
resume fixing that isn't showing up
  • Loading branch information
pablodiegoo authored Nov 22, 2023
1 parent 136e8bf commit f5cdbdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ <h3 class="card-title font-weight-medium">{{ data[0] | capitalize }}</h3>
{% include resume/interests.html %}
{% when "certificates" %}
{% include resume/certificates.html %}
{% when "references" %}
{% include resume/references.html %}
{% else %}

{% endcase %}
Expand All @@ -93,4 +95,4 @@ <h3 class="card-title font-weight-medium">{{ data[0] | capitalize }}</h3>
</article>

</div>
{% endunless %}
{% endunless %}

0 comments on commit f5cdbdd

Please sign in to comment.