.html zu post_url hinzugefügt
This commit is contained in:
parent
98dd147d30
commit
ca14c51ddf
|
@ -26,7 +26,7 @@
|
|||
{%- endif -%}
|
||||
|
||||
<div class="col-lg-6 my-3 wow animated fadeIn" data-wow-delay=".15s">
|
||||
<a href="{{ post_url }}" class="post card {{ card_style }}">
|
||||
<a href="{{ post_url }}.html" class="post card {{ card_style }}">
|
||||
<div class="card-body {{ text_style }}">
|
||||
<h3 class="card-title">{{ post.title }}</h3>
|
||||
<p class="card-text">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="wow animated fadeIn" data-wow-delay=".15s">
|
||||
<a href="{{ project_url }}" class="project card text-dark">
|
||||
<a href="{{ project_url }}.html" class="project card text-dark">
|
||||
{%- if project_img -%}
|
||||
<img id="{{ project_id }}-img" class="card-img-top" src="{{ project_img }}" alt="{{ project_name }}" />
|
||||
{%- endif -%}
|
||||
|
|
Loading…
Reference in New Issue