uh, image thing

This commit is contained in:
Sanj 2011-12-27 18:43:31 +05:30
parent bc059de8ec
commit 307293a81f

View File

@ -65,7 +65,7 @@
<div id="searchContainer">
<div id="searchContent">
<p class="staticTitle">{{ page.title }}</p>
<img src="{{ page.main_image.url }} " alt="{{ page.title }}" width="300">
{% comment %} <img src="{{ page.main_image.url }} " alt="{{ page.title }}" width="300"> {% endcomment %}
<p class="markdownText">{{ page.text|markdown }}</p>
</div><!-- SEARCH CONTENT CLOSING -->