-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmarkdown-template.html
49 lines (40 loc) · 1.11 KB
/
markdown-template.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
49
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<title>(def shef) <% if (title) { %>- <%=title%><% } %></title>
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="http://yandex.st/highlightjs/7.5/styles/monokai_sublime.min.css" />
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="row">
<hgroup>
<h1>
(def shef)
<span class="subheader">A monthly functional programming meetup in Sheffield</span>
</h1>
</hgroup>
</div>
</header>
<div class="row">
<div class="all-columns">
<%=content%>
</div>
</div>
<footer>
<div clas="row">
<div class="all-columns">
<a href="http://github.com/defshef/defshef.github.io">View on Github</a>
</div>
</div>
</footer>
</body>
</html>