-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtumblelog-tags.html
56 lines (56 loc) · 1.89 KB
/
tumblelog-tags.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>[% title %] — [% name %]</title>
<meta name="author" content="[% author %]">
<meta name="description" content="[% title %] — [% description %]">
<meta name="generator" content="tumblelog [% version %]">
<link rel="stylesheet" href="[% css %]">
<link rel="alternate" title="[% name %]" type="application/rss+xml"
href="[% rss-feed-url %]">
<link rel="alternate" title="[% name %]" type="application/feed+json"
href="[% json-feed-url %]">
<meta property="og:url" content="[% page-url %]">
<meta property="og:type" content="article">
<meta property="og:title" content="[% title %]">
<meta property="og:image"
content="http://example.com/images/site-logo.png">
<meta property="og:description" content="Link to: [% page-url %]">
<meta name="twitter:card" content="summary">
<meta name="twitter:image:alt" content="SOME SITE logo">
</head>
<body>
<div class="tl-page">
<header class="tl-main-header">
<div class="tl-title">
<h1>[% name %]</h1>
<span>[% label %]</span>
</div>
<nav>
<ul class="tl-navigation">
<li><a href="/">home</a></li>
<li><a href="/tags/">tags</a></li>
<li><a href="/subscribe.html">subscribe</a></li>
<li><a href="/about.html">about</a></li>
</ul>
</nav>
</header>
<main>
[% body %]
</main>
<nav class="tl-archive">
<h2>Archive</h2>
[% archive %]
</nav>
<footer>
Copyright © [% year-range %] [% author %].
Pages generated with
<a
href="http://johnbokma.com/articles/tumblelog/"
>tumblelog [% version %]</a>.
</footer>
</div>
</body>
</html>