app/views/news/show.html.erb in spud_blog-0.8.18 vs app/views/news/show.html.erb in spud_blog-0.9.0
- old
+ new
@@ -1,7 +1,7 @@
<% content_for :title do %>
- <%= @post.title %> | <%= Spud::Core.site_name %>
+ <%= @post.title %> | <%=current_site_name%>
<% end %>
<% content_for :head do %>
<%= spud_news_rss_link %>
<meta name="description" content="<%= @post.meta_description %>" />
@@ -22,6 +22,6 @@
</p>
<% end %>
<div id="spud_news_post_content">
<%= raw @post.content %>
</div>
-</div>
\ No newline at end of file
+</div>