From 63dbddf6c3d36549e55b80d4c720303d04dd3175 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 15:00:33 +0200 Subject: migrate blog to foundation --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.rb') diff --git a/config.rb b/config.rb index f24cebb..ec93867 100644 --- a/config.rb +++ b/config.rb @@ -12,7 +12,7 @@ activate :blog do |blog| # Matcher for blog source files # blog.sources = "{year}-{month}-{day}-{title}.html" # blog.taglink = "tags/{tag}.html" - # blog.layout = "layout" + blog.layout = "article_layout" # blog.summary_separator = /(READMORE)/ # blog.summary_length = 250 -- cgit v1.2.1