mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 09:57:37 +00:00
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:

committed by
Hannah Wolfe

parent
75c3ad7f1b
commit
2b847c0530
@ -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}}}
|
||||
|
Reference in New Issue
Block a user