add options to display avatar or not

This commit is contained in:
Joel Glovier
2015-07-22 11:20:57 -04:00
parent c669227915
commit 932ef2e3f7
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -9,7 +9,10 @@
<header class="page-header">
<!-- You can turn off the avatar in _config.yml by setting to false -->
{% if site.resume_avatar == 'true' %}
<img src="images/avatar.jpg" alt="my photo" class="avatar">
{% endif %}
<!-- Your name is defined in the _config.yml file -->
<h1 class="header-name">{{ site.resume_name }}</h1>