templates/default/source/index.html.erb in gumdrop-1.0.3 vs templates/default/source/index.html.erb in gumdrop-1.1.0
- old
+ new
@@ -1,5 +1,5 @@
-<p>Welcome to <%= config.site_title %></p>
+<p>Welcome to <%= config.site.title %></p>
<h4>News</h4>
<ul>
<%
# We can query Gumdrop for the contents of the source_tree:
site.contents.find('news/**/*').each do |page|
\ No newline at end of file