From f1da7165ef03b20bdb044eb287d85cbea02703a1 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 22 Sep 2016 23:11:51 +0200 Subject: Redesign front page. --- blog/_includes/news.html | 6 +++ blog/_includes/sponsors.html | 94 +++++++++++++++++++++++--------------------- 2 files changed, 56 insertions(+), 44 deletions(-) create mode 100644 blog/_includes/news.html (limited to 'blog/_includes') 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 @@ +
+

{% t home.latest_news %}

+ {% for p in site.posts limit: 5 %} + {% include post-excerpt.html post=p %} + {% endfor %} +
diff --git a/blog/_includes/sponsors.html b/blog/_includes/sponsors.html index 433ac1a..b63d497 100644 --- a/blog/_includes/sponsors.html +++ b/blog/_includes/sponsors.html @@ -1,44 +1,50 @@ - - + -- cgit v1.2.3