This repository was archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml_output.mustache
More file actions
51 lines (47 loc) · 1.64 KB
/
html_output.mustache
File metadata and controls
51 lines (47 loc) · 1.64 KB
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
50
51
<html>
<head>
<title>
{{headline}}
</title>
<link rel='stylesheet' href='style.css'>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
</head>
<body>
<a href="index.html" title="photo by Val Aurora" alt="photo by Val Aurora"><div class="photo">
</div></a>
<div class="main">
<a href="index.html" alt="image based on http://kitt.hodsden.org/blog/2012/02/excitement_sunday_morning by Kitt Hodsden" title="image based on http://kitt.hodsden.org/blog/2012/02/excitement_sunday_morning by Kitt Hodsden"><header role="banner"></header></a>
<div class='story'><h2 class='hed'>{{headline}}</h2>
<p class='byline'>by Sumana Harihareswara, {{pubdate}}</p>
<div class='verbiage'>{{{verbiage}}}</div>
</div>
<div class='footer'>
A <a href='http://harihareswara.net'>Sumana Harihareswara</a> website made at <a href="http://hackerschool.com/">Hacker School</a>
</div>
<aside class='sidebar'>
Part of <a href="index.html">MC Masala</a>
<nav role='navigation'>
<ul>
<li><a href='{{prevstorydateslug}}'>{{prevstoryhed}}</a></li>
<li><a href='{{nextstorydateslug}}'>{{nextstoryhed}}</a></li>
<li><a href="https://github.com/brainwane/mcmasala">Code</a></li>
<li><a href="index.html">Table of contents</a></li>
<ul>
</nav>
<script src="search.min.js" type="text/javascript" charset="utf-8"></script>
<script src="index.js"></script>
<script src="lunr.min.js"></script>
<script src="pagesearch.js"></script>
<div id="search">
<form id="search" onsubmit="lunrsearch()">
<input type="text" id="search-query" name="q" placeholder="Search" autocomplete="off">
</form>
<section id="searchResults">
<p>Search results</p>
</section>
</p>
</div>
</aside>
</div>
</body>
</html>