-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (70 loc) · 2.14 KB
/
Copy pathindex.html
File metadata and controls
116 lines (70 loc) · 2.14 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.36.1" />
<title>Natrium Theme</title>
<meta property="og:title" content="Natrium Theme">
<meta property="og:type" content="website">
<meta property="description" content="">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Natrium Theme" />
<link rel="stylesheet" href="/css/main.css" media="all">
<link rel="stylesheet" href="/css/fonts.css">
</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="/" class="nav-logo">
<img src="/images/logo.png"
width="50"
height="50"
alt="Logo">
</a>
<ul class="nav-links">
<li><a href="/categories">Categories</a></li>
<li><a href="/tags">Tags</a></li>
<li><a href="/about/">About</a></li>
</ul>
</nav>
</header>
<main class="content">
<div class="list">
<h2 class="list-title">2018</h2>
<nav class="list-item">
<a href="/the-beach-is-a-push/">The beach is a push</a>
<span class="list-item-date">
2018-02-09
</span>
</nav>
<nav class="list-item">
<a href="/the-actor-is-a-gander/">The actor is a gander</a>
<span class="list-item-date">
2018-02-09
</span>
</nav>
<nav class="list-item">
<a href="/extending-this-logic/">Extending this logic</a>
<span class="list-item-date">
2018-02-09
</span>
</nav>
</div>
</main>
<footer class="footer">
<ul class="footer-links">
<li>
<a href="/index.xml" type="application/rss+xml" target="_blank"><i class="fa fa-rss"></i> RSS feed</a>
</li>
<li>
<a href="https://github.com/mobybit/hugo-natrium-theme"><i class="fa fa-github"></i> Code</a>
</li>
<li>
<a href="/site-notice">Site notice</a>
</li>
</ul>
</footer>
</div>
</body>
</html>