diff options
Diffstat (limited to 'blog/_includes/news.html')
-rw-r--r-- | blog/_includes/news.html | 6 |
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> |