Add img-thumbnail, img-circle class to site image

Formatting
This commit is contained in:
Raymond Wanyoike 2016-11-09 20:10:04 +03:00
commit a4048d9d68
2 changed files with 9 additions and 5 deletions

View file

@ -61,7 +61,7 @@
<div class="row">
{% if SITEIMAGE %}
<div class="col-sm-4 hidden-xs">
<a href="{{ SITEURL }}"><img class="img-responsive" src={{ SITEIMAGE }}></a>
<a href="{{ SITEURL }}"><img class="img-thumbnail img-circle" src={{ SITEIMAGE }}></a>
</div>
{% endif %}
<div class="col-sm-{% if SITEIMAGE %}8{% else %}12{% endif %}">