forked from Chaospott/site
Separate Repaircafè Blog
This commit is contained in:
@ -4,7 +4,8 @@ layout: default
|
||||
|
||||
<div class="container" id="posts">
|
||||
<div class="row" style="padding-bottom:0px;">
|
||||
{% for post in site.posts limit:3 %}
|
||||
{% assign posts = site.posts | where:"type", "blog" %}
|
||||
{% for post in posts limit:3 %}
|
||||
<div class="col-md-4">
|
||||
<h2>
|
||||
<a href="{{ post.url | prepend: site.baseurl }}">
|
||||
|
Reference in New Issue
Block a user