forked from unitoo/website
Fixed tagpage
This commit is contained in:
parent
d3adb91c94
commit
d52d28363c
1 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@ layout: default
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h5 class="card-title">
|
<h5 class="card-title">
|
||||||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||||
<i class="mb-1"><small>{{ post.date | date: "%d/%m/%Y" }}</small></i>
|
|
||||||
</h5>
|
</h5>
|
||||||
<div class="card-text"><small> {{ post.description }} </small></div>
|
<div class="card-text"><small> {{ post.description }} </small></div>
|
||||||
<br>
|
<br>
|
||||||
|
@ -47,6 +46,4 @@ layout: default
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="rss-subscribe">sottoscrivi <a href="{{ "/feed.xml" | prepend: site.baseurl }}"><i class="fas fa-rss-square"> via Feed</i></a></p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue