New structure for images

This commit is contained in:
Ketan Gupta
2018-01-17 16:43:12 +05:30
parent 8f505aaf78
commit 381cf5b83e
372 changed files with 174 additions and 236 deletions

View File

@ -4,7 +4,7 @@ title: "Columns"
---
<section class="cover">
<img src="/images/columns.png" alt="">
<img src="http://ketangupta.in/wona-images/columns.png" alt="">
</section>
<div class="content masonry">
@ -14,12 +14,12 @@ title: "Columns"
<div class="article {{post.tag}}">
{% if post.tag %}
<img src="/images/tags/{{post.tag}}.png" class="tag">
<img src="http://ketangupta.in/wona-images/tags/{{post.tag}}.png" class="tag">
{% endif %}
<a href="{{ post.url }}">
{% if post.image %}
<img src="/images/posts/{{ post.image }}" class="article-cover">
<img src="http://ketangupta.in/wona-images/posts/{{ post.image }}" class="article-cover">
{% else %}
<br><br>
{% endif %}