aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/frontpage/news')
-rw-r--r--_includes/frontpage/news21
1 files changed, 0 insertions, 21 deletions
diff --git a/_includes/frontpage/news b/_includes/frontpage/news
deleted file mode 100644
index 903df25..0000000
--- a/_includes/frontpage/news
+++ /dev/null
@@ -1,21 +0,0 @@
-<section id="news">
- {% for post in site.posts | limit: 2 %}
- <article class="newsitem">
- <h2 class="stick-top newsitem-bullet">
- <span class="fa fa-fw fa-chevron-circle-right" title="News item"> </span>
- </h2>
- <h2 class="stick-top newsitem-headline">
- <a href="{{ post.url }}">{{ post.title }}</a> <small>({{ post.date | date: "%b %-d, %Y" }})</small>
- </h2>
- <div class="newsitem-content">
- {{ post.excerpt }}
- {% if post.teaserlink %}
- <p>
- <span class="fa fa-fw fa-chevron-right"></span>
- <a href="{{ post.url }}">{{ post.teaserlink }}</a>
- </p>
- {% endif %}
- </div>
- </article>
- {% endfor %}
-</section>