Regenerate blog
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
---
|
||||
layout: page
|
||||
title:
|
||||
subtitle:
|
||||
<!--title: My website
|
||||
subtitle: This is where I will tell my friends way too much about me-->
|
||||
use-site-title: false
|
||||
---
|
||||
|
||||
|
||||
<div class="posts-list">
|
||||
{% for post in paginator.posts %}
|
||||
<article class="post-preview">
|
||||
@@ -39,7 +40,7 @@ use-site-title: false
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if post.tags.size > 0 %}
|
||||
<!--{% if post.tags.size > 0 %}
|
||||
<div class="blog-tags">
|
||||
Tags:
|
||||
{% if site.link-tags %}
|
||||
@@ -53,7 +54,7 @@ use-site-title: false
|
||||
{% endif %}
|
||||
|
||||
</article>
|
||||
{% endfor %}
|
||||
{% endfor %}-->
|
||||
</div>
|
||||
|
||||
{% if paginator.total_pages > 1 %}
|
||||
|
||||
Reference in New Issue
Block a user