„index.html“ ändern

This commit is contained in:
613nm 2021-02-19 15:37:25 +00:00
parent ca987b8393
commit 09e84ebe93
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ layout: default
<div class="container" id="posts">
<div class="row" style="padding-bottom:0px;">
{% for post in site.posts limit:3 %}
<div class="col-md-5">
<div class="col-md-4">
<h2>
<a href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }}