summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:27:26 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:27:26 -0500
commitf582680627713f2b67c8506b4e3692d25b742298 (patch)
tree19fb135ba6b9bc000ac670acaaa3db1bcad4d08b /tmpl
parenta70b39250252962df17670cee743d01d1a6f7c16 (diff)
fix
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>