diff --git a/README.md b/README.md index 17930685..5baf383d 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,8 @@ skills: - name: wordpress - name: yii - name: zend + - name: ansible + uri: https://upload.wikimedia.org/wikipedia/fr/thumb/4/4b/Ansible_logo.png/220px-Ansible_logo.png # Add external icon, for internal icon use uri: /assets/my_icon.jpg icon_size: 50 # font-size of icons in px colored: colored # Leave blank for black and white icons diff --git a/_includes/skills.html b/_includes/skills.html index 7830b799..8a147926 100644 --- a/_includes/skills.html +++ b/_includes/skills.html @@ -9,7 +9,11 @@ {% for skill in site.skills %} + {% if skill.name and skill.uri %} + + {% else %} + {% endif %} {% endfor %}