summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/page.atom.erb4
-rw-r--r--tmpl/page.html.erb2
2 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/page.atom.erb b/tmpl/page.atom.erb
index d690974..e4957e3 100644
--- a/tmpl/page.atom.erb
+++ b/tmpl/page.atom.erb
@@ -6,6 +6,6 @@
<title><%= atom_title %></title>
<author><%= atom_author.atom %></author>
<% atom_categories.each do |c| %><%= c.atom %><% end %>
- <% if atom_content %><content type="html"><%= SiteUtil::html_escape(atom_content) %></content><% end %>
- <% if atom_rights %><rights type="html"><%= SiteUtil::html_escape(atom_rights) %></rights><% end %>
+ <% if atom_content %><content type="html"><%= Sitegen::html_escape(atom_content) %></content><% end %>
+ <% if atom_rights %><rights type="html"><%= Sitegen::html_escape(atom_rights) %></rights><% end %>
</entry>
diff --git a/tmpl/page.html.erb b/tmpl/page.html.erb
index 504dbcb..5dc95ea 100644
--- a/tmpl/page.html.erb
+++ b/tmpl/page.html.erb
@@ -9,7 +9,7 @@
</head>
<body class="<%= html_class %>">
<header>
- <h1 class=breadcrumbs><%= SiteUtil::breadcrumbs(url) %></h1>
+ <h1 class=breadcrumbs><%= Sitegen::breadcrumbs(url) %></h1>
<nav>
<ul>
<li><a href="/">Projects</a>