forked from em/receptty.org
Zrušení duplikátního odkazu v bloku
This commit is contained in:
@ -50,9 +50,8 @@
|
||||
<img src="/temp.jpg" alt="Náhradní obrázek">
|
||||
{% endif %}
|
||||
{% set_global image_found = 0 %}
|
||||
{% if page.title %}<h3>{{ page.title }}</h3>{% endif %}
|
||||
</a>
|
||||
|
||||
{% if page.title %}<a href="{{ page.permalink }}"><h3>{{ page.title }}</h3></a>{% endif %}
|
||||
{% if page.date %}<span class="date">{{ page.date | date(format="%d.%m.%Y") }}</span>{% endif %}
|
||||
|
||||
</article>
|
||||
|
@ -21,9 +21,8 @@
|
||||
<img src="/temp.jpg" alt="Náhradní obrázek">
|
||||
{% endif %}
|
||||
{% set_global image_found = 0 %}
|
||||
{% if page.title %}<h3>{{ page.title }}</h3>{% endif %}
|
||||
</a>
|
||||
|
||||
{% if page.title %}<a href="{{ page.permalink }}"><h3>{{ page.title }}</h3></a>{% endif %}
|
||||
{% if page.date %}<span class="date">{{ page.date | date(format="%d.%m.%Y") }}</span>{% endif %}
|
||||
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user