Regenerate blog

This commit is contained in:
2018-06-29 12:22:07 -04:00
parent 3f89136f23
commit 8b8b910b55
22 changed files with 34 additions and 37 deletions

View File

@@ -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 %}