Massive overhaul / update.

Introducing
* New helpers
* New header image
* Responsive / mobile styles
* Mobile device metatags and optimisations
* Initial blog icon support
* Restyled homepage feed
This commit is contained in:
John O'Nolan
2013-08-25 00:57:39 +02:00
committed by Hannah Wolfe
parent 75c3ad7f1b
commit 2b847c0530
4 changed files with 107 additions and 21 deletions

View File

@ -8,12 +8,16 @@
{{! Page Meta }}
<title>{{settings.title}}</title>
<meta name="description" content="{{settings.description}}" />
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="assets/css/screen.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato:100|Open+Sans:400italic,700,400">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700,400">
</head>
<body>
<body class="{{bodyclass}}">
{{! This is where shit gets real }}
{{{body}}}