summaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb2
1 files changed, 1 insertions, 1 deletions
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