-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.template
38 lines (36 loc) · 1.36 KB
/
index.template
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Thirtyfour.org</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="description" content="34" />
<meta name="author" content="Thirtyfour.org authors" />
<meta name="keywords" content="thirtyfour thirty four 34 little mood internet" />
<meta name="viewport" content="width=device-width, initial-scale=0.50">
<link href="/css/base.css" rel="stylesheet" type="text/css" />
<script src="/js/infinite.js" async></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MK32GYQHRR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MK32GYQHRR');
</script>
</head>
<body>
<div id="c">
<div class="header">
<h1>Thirtyfour.org</h1>
<h2>Low-key letdown</h2>
</div>
<div class="content">
{{- range .Images }}
<a class="image" href="/img/{{ .Original }}"><img src="/img/{{ .Thumbnail }}" width={{ .Width }} height={{ .Height }} alt="{{ .Alt }}"/></a>
{{- end }}
</div>
<div class="footer">
{{ if .ShowPrev }}<a class="prev" href="/{{ .Prev }}">Prev</a>{{ end }}{{ if and .ShowPrev .ShowNext }} {{ end }}{{ if .ShowNext }}<a class="next" href="/{{ .Next }}">Next</a>{{ end }}
</div>
</div>
</body>
</html>