mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Pull out common head content
This commit is contained in:
parent
5da45019a8
commit
b9489b7f62
2 changed files with 8 additions and 0 deletions
6
layouts/head_common.html
Normal file
6
layouts/head_common.html
Normal 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
2
layouts/head_common.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
--- {}
|
||||
|
Loading…
Reference in a new issue