1
0
Fork 0
forked from wezm/wezm.net
wezm.net/layouts/_head.html

10 lines
853 B
HTML
Raw Normal View History

2010-01-30 06:02:25 +00:00
<meta charset="utf-8" />
2010-03-30 20:33:44 +00:00
<meta name="viewport" content="width=devicewidth" />
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
2010-01-30 06:02:25 +00:00
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
2010-06-16 10:19:03 +00:00
<link rel="stylesheet" href="/css/screen.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)" />
2010-04-01 07:24:05 +00:00
<link rel="alternate" href="http://feeds.feedburner.com/wezm" type="application/atom+xml" title="WezM.net - All Articles" />
<link rel="alternate" href="http://feeds.feedburner.com/wezm-technical" type="application/atom+xml" title="WezM.net - Technical Articles" />
<link rel="alternate" href="http://feeds.feedburner.com/wezm-personal" type="application/atom+xml" title="WezM.net - Personal Articles" />