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.rhtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/oldweb/_head.rhtml b/lib/oldweb/_head.rhtml
index 720fd95..15a428e 100644
--- a/lib/oldweb/_head.rhtml
+++ b/lib/oldweb/_head.rhtml
@@ -8,4 +8,8 @@ type="application/atom+xml" /><%
 end
 %><meta
 http-equiv="Content-Type"
-content="text/html; charset=<%= @options.charset %>">
+content="text/html; charset=<%= @options.charset %>"><%
+if @oldweb_style
+%><style><%= @oldweb_style %></style><%
+end
+%>