-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
203 lines (171 loc) · 7.51 KB
/
index.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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<!-- Set Character encoding to Unicode -->
<meta charset="utf-8">
<!-- Set IE render engine -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Title ( optimized for SEO purposes ) display search results or page summary if applicable, always display page title -->
<title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
<!-- Description, include MetaDescription if applicable -->
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}
<!-- Themename and version in generator to track version -->
<meta name="generator" content="Whop! v0.0.1 – Tumblr Theme Starter">
<!-- Set initial scale to 1 on mobile devices -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Add Favicon -->
<link rel="shortcut icon" href="{Favicon}">
<!-- Add RSS link -->
<link rel="alternate" type="application/rss+xml" href="{RSS}">
<!-- Include canonical & shortlink to improve linkbuilding on permanent links -->
{block:PermalinkPage}
{block:Posts}
{block:Date}
<link rel="canonical" href="{Permalink}">
<link rel="shortlink" href="{ShortURL}">
{/block:Date}
{/block:Posts}
{/block:PermalinkPage}
<!--
########################################
## Tumblr Theme Customization Options ##
########################################
-->
<!-- options: Branding -->
<meta name="image:Logo" content="http://" />
<!-- options: Typography -->
<meta name="font:Body" content="Arial, 'Helvetica Neue', Helvetica, sans-serif" />
<meta name="color:Body Font" content="#ffffff"/>
<meta name="if:Text Format Justify Paragraphs" content="1"/>
<!-- options: Background -->
<meta name="color:Background Body" content="#333333"/>
<!-- options: Links -->
<meta name="color:Link" content="#dddddd"/>
<meta name="color:Link Hover" content="#ffffff"/>
<!-- options: Layout -->
<meta name="if:Show people I follow" content="1"/>
<!-- options: 3rd Party -->
<meta name="text:Disqus Shortname" content="">
<!--
########################################
## Tumblr Theme Styling: CSS ##
########################################
-->
<!-- Include the link to the default style & structure of the theme -->
<link rel="stylesheet" href="css/style.css">
<!-- Overwrite default style & structure with theme options -->
<style type="text/css">
body{
font-family: {font:Body};
color: {color:Body Font};
background-color: {color:Background Body};
}
/* Add Custom CSS support */
{CustomCSS}
</style>
<!--
########################################
## Tumblr Theme Scripts: JS ##
########################################
-->
<!-- Include modernizr, this should become a custom build -->
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.min.js"></script>
<!-- Notes to self:
# Test usage of Global Appearance Tumblr options
# Modernizr & Normalize fork?
# Grunt as build tool?
# Upload to server automatization
-->
</head>
<body>
<h1>{Title}</h1>
{block:Description}
<p id="description">{Description}</p>
{/block:Description}
<ol id="posts">
{block:Posts}{block:Text}
<li class="post text">
{block:Title}
<h3><a href="{Permalink}">{Title}</a></h3>
{/block:Title}{Body}
</li>
{/block:Text}{block:Photo}
<li class="post photo">
<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</li>
{/block:Photo}{block:Panorama}
<li class="post panorama">
{LinkOpenTag}
<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
{LinkCloseTag}{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</li>
{/block:Panorama}{block:Photoset}
<li class="post photoset">
{Photoset-500}{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</li>
{/block:Photoset}{block:Quote}
<li class="post quote">
"{Quote}"
{block:Source}
<div class="source">{Source}</div>
{/block:Source}
</li>
{/block:Quote}{block:Link}
<li class="post link">
<a href="{URL}" class="link" {Target}>{Name}</a>
{block:Description}
<div class="description">{Description}</div>
{/block:Description}
</li>
{/block:Link}{block:Chat}
<li class="post chat">
{block:Title}
<h3><a href="{Permalink}">{Title}</a></h3>
{/block:Title}
<ul class="chat">
{block:Lines}
<li class="{Alt} user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}{Line}
</li>
{/block:Lines}
</ul>
</li>
{/block:Chat}{block:Video}
<li class="post video">
{Video-500}{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</li>
{/block:Video}{block:Audio}
<li class="post audio">
{AudioEmbed}{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</li>
{/block:Audio}{/block:Posts}
</ol>
<p id="footer">
{block:PreviousPage}
<a href="{PreviousPage}">« Previous</a>
{/block:PreviousPage}{block:NextPage}
<a href="{NextPage}">Next »</a>
{/block:NextPage}
<a href="/archive">Archive</a>
</p>
</body>
</html>