about summary refs log tree commit homepage
path: root/lib/oldweb/_head.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/oldweb/_head.rhtml')
-rw-r--r--lib/oldweb/_head.rhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/oldweb/_head.rhtml b/lib/oldweb/_head.rhtml
new file mode 100644
index 0000000..9a9242c
--- /dev/null
+++ b/lib/oldweb/_head.rhtml
@@ -0,0 +1,7 @@
+<meta charset="<%= @options.charset %>"><title><%= h @title %></title><%
+if rdoc_url = @old_cfg['rdoc_url'] %><link
+rel="alternate"
+title="Atom feed"
+href="<%= rdoc_url %>NEWS.atom.xml"
+type="application/atom+xml" /><%
+end %>