Replace image in bottom well with the SVG version

This commit is contained in:
Gergely Polonkai
2015-04-28 15:43:02 +02:00
parent 82e9b1d995
commit d0d56ec8bf
2 changed files with 9 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
{% if page.name != 'about.html' %}
<div class="well well-sm small">
<div class="pull-left" id="about-well-image"><img src="{{'/images/profile.png' | prepend: site.baseurl}}" alt=""></div>
<div class="pull-left" id="about-well-image"><img src="{{'/images/profile.svg' | prepend: site.baseurl}}" alt=""></div>
{% include about.html %}
<div class="clearfix"></div>
</div>