Updated CV Behaviour
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<div id="social-container">
|
||||
<div>caileannn@gmail.com</div>
|
||||
{% for key, value in socials.items() %}
|
||||
<div>{{ key }} <a href="{{ value }}" target="_blank">↯</a></div>
|
||||
{% endfor %}
|
||||
<div>{{ key }} <a href="{{ value }}"{% if key != 'cv' %} target="_blank"{% endif %}>↯</a></div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% include '_wanderers.html' %}
|
||||
{% include '_modified.html' %}
|
||||
|
||||
Reference in New Issue
Block a user