blob: e00dd6288812c5233ec7385423eb6175dec53135 (
plain)
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
|
<!DOCTYPE html>
<html {%block htmlclass%}{%endblock%} dir="ltr" lang="en-US">
{% block sitename %}
<head>
<title>{% block pagetitle %}Libregraf Publishing. Fine books for fine people{% endblock %}</title>{%endblock%}
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="{% block metadescription %}Libregraf: home of the Lulu and Birdie Book series.{% endblock %}">
<meta name="author" content="Scott Gilbertson">
<link rel="alternate"
type="application/rss+xml"
title="Libregraf RSS feed"
href="https://libregraf.net/rss/">
{%block stylesheet%}<link rel="stylesheet"
href="/media/screenv1.css?{% now "u" %}"
media="screen">{%endblock%}
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
{%block extrahead%}{%endblock%}
</head>
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>
<header class="header-wrapper">
<div id="logo">
<a class="logo-link" href="/" title="Home">Libregraf <span>Books</span></a>
<span class="sitesubtitle">{%block sitesubtitle %}Home of Lulu, Birdie & Henry{% endblock%}</span>
</div>
<nav>
<a class="nav-item smcaps" href="/bookshop/" title="Buy the Adventures of Lulu and Birdie"><span>Buy the </span>Books</a>
<a class="nav-item smcaps" href="{% url 'podcasts:list' 'lulu-birdie' %}" title="Listen to the Podcast"><span>Listen to the </span>Podcast</a>
<a class="nav-item smcaps" href="/crew/" title="Join the Wandren Crew">Join <span>the </span>Crew</a>
</nav>
</header>
{% block breadcrumbs %}{% endblock %}
{% block primary %}{% endblock %}
{% block extrabody %}{% endblock %}
{% block disclaimer %}{% endblock%}
<footer class="page-footer">
<nav>
<a class="nav-item smcaps" href="/contact/" title="contact luxagraf">Contact</a>
<a class="nav-item smcaps" href="/feed.xml" title="RSS feed">RSS</a>
</nav>
<p id="license">
© 2020-{% now "Y" %}
<span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">libregraf publishing llc</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="United States"></data><data class="p-region" value="United States"></data><data class="p-country-name" value="United States"></data></span>.
made in the USA.
</p>
</footer>
{% block js %}{% endblock%}
</body>
</html>
|