-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyears.html
60 lines (48 loc) · 1.69 KB
/
years.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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Sane Blog Builder - Years</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="assets/stylesheet.css">
<link rel="stylesheet" href="assets/highlight.css">
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc 4.11.9">
</head>
<body>
<div id="layout">
<div class="header">
<h1>
<a href="./">Sane Blog Builder</a>
</h1>
</div>
<div class="content">
<nav class="pure-g">
<div class="pure-u-2-3 links">
<a href="index.html">Home</a> ·
<a href="tags.html">Tags</a> ·
<a href="years.html">Years</a> ·
<a href="about.html">About</a>
</div>
<div class="pure-u-1-3">
<div class="contact">
<span>
<a href="https://github.com/lbrito1" download="">
<img src="assets/icons/github.svg" alt="Github icon">
</a>
</span>
<span>
<a href="https://www.linkedin.com/in/leonardo-mendes-brito/">
<img src="assets/icons/linkedin.svg" alt="LinkedIn icon">
</a>
</span>
</div>
</div>
</nav>
<h1>Posts by year</h1>
<h2><a href="2019/">2019</a> (3 posts)
</h2>
<div class="footer">
2019 Leonardo Brito
</div>
</div>
</div>
</body></html>