-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathheader.html
49 lines (42 loc) · 2.06 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Tor Hveem's blog">
<meta name="author" content="Tor Hveem">
<link href="/static/skeleton/normalize.css" rel="stylesheet">
<link href="/static/skeleton/skeleton.css" rel="stylesheet">
<link href="/static/fa/css/font-awesome.min.css" rel="stylesheet">
<link href="/feed/" type="application/atom+xml" rel="alternate" title="Blog Atom Feed">
<link rel="stylesheet" href="/static/hl/default.min.css">
<link rel="stylesheet" href="/static/screen.css">
<link rel="shortcut icon" href="/static/favicon.png">
<meta name="theme-color" content="#2779d3">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="">
<header id="sidebar">
<aside class="logo">
<a href="/" title="Home">
<img class="" src="/static/ibear.svg">
</a>
</aside>
<aside class="info">
<h3><a class="brand" title="That's me" href="/">Tor Hveem</a></h3>
<p class="muted" title="He said - jokingly">Letters from a stratosphere adventurer</p>
<ul class="unstyled">
<li><a href='mailto:tor@h%76e%65m%2Eno'><i class="fa fa-envelope"></i> tor@hveem.no</a></li>
<li><a href="https://twitter.com/thveem"><i class="fa fa-twitter"></i> thveem</a></li>
<li><a href="https://github.com/torhve"><i class="fa fa-github-alt"></i> github</a></li>
</ul>
</aside>
<aside class="about">
<p>Lua&Nginx <a href="/simple-blogging-with-lua-and-git">powered</a></p>
<p title="Silly counter to highlight the dynamic nature of the site" class=""><span class="badge">{{ counter }}</span> page visits</p>
</aside>
</header>