POST-Deploying multiple jekyll sites at once
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user