accidentially deleted some files

This commit is contained in:
tomjohnson1492
2016-09-04 21:34:45 -07:00
parent 2e91f80213
commit 4fb0c7d6a7
5 changed files with 172 additions and 60 deletions

View File

@ -6,7 +6,6 @@ permalink: news.html
toc: false
folder: news
---
<div class="home">
<div class="post-list">
@ -16,12 +15,12 @@ folder: news
<h2><a class="post-link" href="{{ post.url | remove: "/" }}">{{ post.title }}</a></h2>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} /
{% for tag in post.tags %}
<a href="{{ "tag_" | append: {{tag}}.html">{{tag}}</a>{% unless forloop.last %}, {% endunless%}
<a href="{{ "tag_" | append: tag | append: ".html"}}">{{tag}}{{tag}}</a>{% unless forloop.last %}, {% endunless%}
{% endfor %}</span>
<p>{% if page.summary %} {{ page.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}</p>
{% endfor %}
<p><a href="feed.xml"" class="btn btn-primary navbar-btn cursorNorm" role="button">RSS Subscribe{{tag}}</a></p>