POST-Deploying multiple jekyll sites at once

This commit is contained in:
2018-12-07 09:48:48 -05:00
parent f3e3ff8ee8
commit 75296acbac
3 changed files with 69 additions and 16 deletions

View File

@@ -5,7 +5,6 @@ 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">
@@ -40,7 +39,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 %}
@@ -54,7 +53,7 @@ use-site-title: false
{% endif %}
</article>
{% endfor %}-->
{% endfor %}
</div>
{% if paginator.total_pages > 1 %}