.html zu post_url hinzugefügt

This commit is contained in:
bmen 2020-10-10 10:57:47 +02:00
parent 98dd147d30
commit ca14c51ddf
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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 -%}