From b9489b7f629aad818b109efe001674095aa019e8 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 30 Jan 2010 17:02:25 +1100 Subject: [PATCH] Pull out common head content --- layouts/head_common.html | 6 ++++++ layouts/head_common.yaml | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 layouts/head_common.html create mode 100644 layouts/head_common.yaml diff --git a/layouts/head_common.html b/layouts/head_common.html new file mode 100644 index 0000000..69dcd32 --- /dev/null +++ b/layouts/head_common.html @@ -0,0 +1,6 @@ + + +<%= @item[:title] %> + + + diff --git a/layouts/head_common.yaml b/layouts/head_common.yaml new file mode 100644 index 0000000..20670d5 --- /dev/null +++ b/layouts/head_common.yaml @@ -0,0 +1,2 @@ +--- {} +