mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
New structure for images
This commit is contained in:
@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user