1
0
Fork 0
forked from wezm/wezm.net

Pull out common head content

This commit is contained in:
Wesley Moore 2010-01-30 17:02:25 +11:00
parent 5da45019a8
commit b9489b7f62
2 changed files with 8 additions and 0 deletions

6
layouts/head_common.html Normal file
View file

@ -0,0 +1,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=600" />
<title><%= @item[:title] %></title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="/css/mobile.css" type="text/css" media="only screen and (max-device-width: 480px)" />

2
layouts/head_common.yaml Normal file
View file

@ -0,0 +1,2 @@
--- {}