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
|
{% load typogrify_tags %}
{% load amp %}
<!doctype html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<title>{%block pagetitle%}{{object.title}}{%endblock%}</title>
<link rel="canonical" href="https://luxagraf.net{{object.get_absolute_url}}">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:url" content="{{object.get_absolute_url}}">
<meta name="twitter:description" content="{{object.meta_description}}"/>
<meta name="twitter:title" content="{{object.title|safe}}"/>
<meta name="twitter:site" content="@luxagraf"/>
<meta name="twitter:domain" content="luxagraf"/>
<meta name="twitter:image:src" content="{{object.get_image_url}}"/>
<meta name="twitter:creator" content="@luxagraf"/>
<meta name="twitter:site:id" content="9469062">
<meta name="twitter:creator:id" content="9469062">
<meta name="twitter:description" content=""/>
<meta name="geo.placename" content="{% if object.country.name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.country.name}}{%endif%}">
<meta name="geo.region" content="{{object.country.iso2}}{%if object.state.code != '' %}-{{object.state.code}}{%endif%}">
<meta property="og:type" content="article" />
<meta property="og:title" content="{{object.title|safe}}" />
<meta property="og:url" content="https://luxagraf.net{{object.get_absolute_url}}" />
<meta property="og:description" content="{{object.meta_description}}" />
<meta property="article:published_time" content="{{object.pub_date|date:'c'}}" />
<meta property="article:author" content="Luxagraf" />
<meta property="og:site_name" content="Luxagraf" />
<meta property="og:image" content="{{object.get_image_url}}" />{% for image in object.get_images %}
<meta property="og:image" content="{{image}}" />{% endfor %}
<meta property="og:locale" content="en_US" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "{{object.title|safe}}",
"description": "{{object.meta_description}}",
"datePublished": "{{object.pub_date|date:"c"}}",
"author": {
"@type": "Person",
"name": "Scott Gilbertson"
},
"publisher": {
"@type": "Person",
"name": "Scott Gilbertson"
"logo": {
"@type": "ImageObject",
"url": "",
"width": 240,
"height": 53
}
}
}
</script>
<style amp-custom>
body {
font-size: 1rem;
line-height: 1.73;
font-family: Georgia, serif;
background-color: #fff;
color: #333;
padding: 1em;
}
nav {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
max-width: 60em;
margin: 0 auto;
}
main {
max-width: 60em;
margin: 0 auto;
}
main footer {
text-align: right;
}
a {
text-decoration: underline;
color: #c63;
}
nav a {
text-decoration: none;
text-transform: uppercase;
color: #222;
}
h1,h2,h3,h4,h5 {
line-height: 1;
font-weight: bold;
}
h1 {
font-size: 1.5rem;
color: #666;
}
h2 {
font-size: 1.125rem;
color: #555;
}
h3 {
font-size: 1rem;
color: #444;
}
h4 {
font-size: 0.875rem;
}
h5 {
font-size: 0.75rem;
}
h1 a, h1 a *,
h2 a, h2 a *,
h3 a, h3 a *,
h4 a, h4 a * {
text-decoration: none;
font-weight: bold
}
code {
font-size: 0.875rem;
font-family: "Courier New",monospace;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
blockquote {
font-family: Georgia,"Times New Roman",serif;
font-size: 0.875rem;
}
blockquote * {
font-style: italic;
}
blockquote * em {
font-weight: bold;
}
blockquote * strong {
font-style: normal;
}
hr {
border: none;
border-bottom: 0.0625rem dotted #ccc;
}
.hide {display: none;}
</style>
<style>body {opacity: 0}</style><noscript><style>body {opacity: 1}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<body>
<nav>
<a href="https://luxagraf.net/">
luxagraf</a>
</nav>
<main class="h-entry">
<article class="h-entry hentry post--article{% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/Article">
<header id="header" class="post--header {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %}post--header--double{%endif%}{%endwith%}">
<h1 class="p-name entry-title post--title" itemprop="headline">{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|widont|safe}}{%endif%}</h1>
<time class="dt-published published dt-updated post--date" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time>
<p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p>
<aside class="p-location h-adr adr post--location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
{% if object.country.name == "United States" %}<span class="p-locality locality">{{object.location.name|smartypants|safe}}</span>, <a class="p-region region" href="/jrnl/united-states/" title="travel writing from the United States">{{object.state.name|safe}}</a>, <span class="p-country-name">U.S.</span>{%else%}<span class="p-region">{{object.location.name|smartypants|safe}}</span>, <a class="p-country-name country-name" href="/jrnl/{{object.country.slug}}/" title="travel writing from {{object.country.name}}">{{object.country.name|safe}}</a>{%endif%}
</aside>
</header>
<div id="article" class="e-content entry-content post--body post--body--{% with object.template_name as t %}{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%endif%}{%endwith%}" itemprop="articleBody">
{{object.body_html|amp|safe}}
</div>
</article>
</main>
</body>
</html>
|