diff --git a/_layouts/cv.html b/_layouts/cv.html
index cea1581..3763791 100644
--- a/_layouts/cv.html
+++ b/_layouts/cv.html
@@ -83,6 +83,8 @@ layout: default
{% include resume/interests.html %}
{% when "certificates" %}
{% include resume/certificates.html %}
+ {% when "references" %}
+ {% include resume/references.html %}
{% else %}
{% endcase %}
@@ -93,4 +95,4 @@ layout: default
-{% endunless %}
\ No newline at end of file
+{% endunless %}