mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 09:57:37 +00:00
Rework header/typography/icons
This commit is contained in:

committed by
Hannah Wolfe

parent
788c8ebff0
commit
5234629a60
@ -16,19 +16,12 @@
|
||||
{{! 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=Open+Sans:400italic,700,400">
|
||||
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||
|
||||
{{! Ghost outputs important style and meta data with this tag }}
|
||||
{{ghost_head}}
|
||||
</head>
|
||||
<body class="{{body_class}}">
|
||||
|
||||
{{! Your Ghost watermark in the top right corner}}
|
||||
<a id="ghost" href="/ghost/">Ghost</a>
|
||||
|
||||
{{! Your blog icon in the top left corner }}
|
||||
<a id="blog-icon" href="/">
|
||||
<img src="http://f.cl.ly/items/1O1o3n05373h222G101k/gravatar-j7-100.jpg" alt="John" />
|
||||
</a>
|
||||
|
||||
{{! Everything else gets inserted here }}
|
||||
{{{body}}}
|
||||
|
Reference in New Issue
Block a user