forked from Chaospott/site
„index.html“ ändern
This commit is contained in:
parent
c600edc387
commit
df13b3d384
@ -5,7 +5,7 @@ layout: default
|
|||||||
<div class="container" id="posts">
|
<div class="container" id="posts">
|
||||||
<div class="row" style="padding-bottom:0px;">
|
<div class="row" style="padding-bottom:0px;">
|
||||||
{% for post in site.posts limit:3 %}
|
{% for post in site.posts limit:3 %}
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<h2>
|
<h2>
|
||||||
<a href="{{ post.url | prepend: site.baseurl }}">
|
<a href="{{ post.url | prepend: site.baseurl }}">
|
||||||
{{ post.title }}
|
{{ post.title }}
|
||||||
|
Loading…
Reference in New Issue
Block a user