forked from wezm/wezm.net
Include WezM in titles with a dot separator
This commit is contained in:
parent
709430d849
commit
5cd2a6062c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=600" />
|
<meta name="viewport" content="width=600" />
|
||||||
<title><%= @item[:title] %></title>
|
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
|
||||||
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
|
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
|
||||||
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen,projection" />
|
<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)" />
|
<link rel="stylesheet" href="/css/mobile.css" type="text/css" media="only screen and (max-device-width: 480px)" />
|
||||||
|
|
Loading…
Reference in a new issue