forked from em/receptty.org
Zrušení duplikátního odkazu v bloku
This commit is contained in:
parent
a46aeb6b66
commit
726644c1d8
@ -134,6 +134,10 @@ main {
|
|||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color:$anchor-hover-color;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:$article-color;
|
color:$article-color;
|
||||||
}
|
}
|
||||||
|
@ -50,9 +50,8 @@
|
|||||||
<img src="/temp.jpg" alt="Náhradní obrázek">
|
<img src="/temp.jpg" alt="Náhradní obrázek">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set_global image_found = 0 %}
|
{% set_global image_found = 0 %}
|
||||||
|
{% if page.title %}<h3>{{ page.title }}</h3>{% endif %}
|
||||||
</a>
|
</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 %}
|
{% if page.date %}<span class="date">{{ page.date | date(format="%d.%m.%Y") }}</span>{% endif %}
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
@ -21,9 +21,8 @@
|
|||||||
<img src="/temp.jpg" alt="Náhradní obrázek">
|
<img src="/temp.jpg" alt="Náhradní obrázek">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set_global image_found = 0 %}
|
{% set_global image_found = 0 %}
|
||||||
|
{% if page.title %}<h3>{{ page.title }}</h3>{% endif %}
|
||||||
</a>
|
</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 %}
|
{% if page.date %}<span class="date">{{ page.date | date(format="%d.%m.%Y") }}</span>{% endif %}
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user