summaryrefslogtreecommitdiffstats
path: root/blog/_includes/news.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-09-22 23:11:51 +0200
committerHarald Eilertsen <haraldei@anduin.net>2016-09-22 23:12:43 +0200
commitf1da7165ef03b20bdb044eb287d85cbea02703a1 (patch)
tree8fdd85efa9e605b9d7419d211a2f725ce51ac382 /blog/_includes/news.html
parent60c59155547896df1e50e0cab3e0328ad0f964a8 (diff)
downloadnorsk-urskog-main-f1da7165ef03b20bdb044eb287d85cbea02703a1.tar.gz
norsk-urskog-main-f1da7165ef03b20bdb044eb287d85cbea02703a1.tar.bz2
norsk-urskog-main-f1da7165ef03b20bdb044eb287d85cbea02703a1.zip
Redesign front page.
Diffstat (limited to 'blog/_includes/news.html')
-rw-r--r--blog/_includes/news.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/blog/_includes/news.html b/blog/_includes/news.html
new file mode 100644
index 0000000..f7983da
--- /dev/null
+++ b/blog/_includes/news.html
@@ -0,0 +1,6 @@
+<section id="news">
+ <h2>{% t home.latest_news %}</h2>
+ {% for p in site.posts limit: 5 %}
+ {% include post-excerpt.html post=p %}
+ {% endfor %}
+</section>