From 9618d9cf2afac965710ec79b988d2919702ef6e2 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Wed, 9 Jul 2014 12:41:21 +0200 Subject: fix link to news on start page --- source/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.erb b/source/index.html.erb index b44a2e8..c8395a1 100644 --- a/source/index.html.erb +++ b/source/index.html.erb @@ -26,7 +26,7 @@ title: sublab - Ein Hackerspace in Leipzig

Neues aus dem sublab

-

<%= link_to "Alle News >>", "/news.html" %>

+

<%= link_to "Alle News >>", "/aktuelles/blog.html" %>

<%= partial "article_summary", collection: blog.articles[0..2] %>
-- cgit v1.2.1