fixed a bug that created wrong links
This commit is contained in:
parent
0f2a959afd
commit
49e3deefd3
@ -14,7 +14,7 @@
|
||||
<div class="wcard" style="flex-direction: {{ loop.cycle('row', 'row-reverse') }};">
|
||||
<div class="news-item">
|
||||
<h3><a href="{{ SITEURL }}/{{ n.url }}" title="{{ n.title }}">{{ n.title }}</a></h3> <p>{{ n.summary }}</p>
|
||||
<p><a href="{{ n.url }}">Weiterlesen →</a></p>
|
||||
<p><a href="{{ SITEURL }}/{{ n.url }}">Weiterlesen →</a></p>
|
||||
</div>
|
||||
<div class="wcard-title">
|
||||
{% if n.featured_image %}
|
||||
@ -34,4 +34,4 @@
|
||||
</footer>
|
||||
{% endblock content_footer %}
|
||||
|
||||
{% endblock content_all%}
|
||||
{% endblock content_all%}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user