Merge pull request #24 from bartcallant/master

Hardcoded skills to variable in _config.yml
This commit is contained in:
Jerome Lachaud 2015-07-18 08:11:56 +01:00
commit 0465ed4fb5
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ title: Freelancer
email: your-email@domain.com email: your-email@domain.com
url: https://example.github.io url: https://example.github.io
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
skills: "Web Developer - Graphic Artist - User Experience Designer"
# Contact form: comment the line below if you want to stick with the default PHP contact form # Contact form: comment the line below if you want to stick with the default PHP contact form
contact: static contact: static

View File

@ -7,7 +7,7 @@
<div class="intro-text"> <div class="intro-text">
<span class="name">{{ site.title }}</span> <span class="name">{{ site.title }}</span>
<hr class="star-light"> <hr class="star-light">
<span class="skills">Web Developer - Graphic Artist - User Experience Designer</span> <span class="skills">{{ site.skills }}</span>
</div> </div>
</div> </div>
</div> </div>