summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html
index 86e3d67..d2180d5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,13 +2,15 @@
<html {%block htmlclass%}{%endblock%} dir="ltr" lang="en-US">
{% block sitename %}
<head>
+ <meta charset="UTF-8">
<title>{% block pagetitle %}Luxagraf - Topografical Writings{% 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 %}Luxagraf: recording journeys around the world and just next door.{% endblock %}">
<meta name="author" content="Scott Gilbertson">
+ <link rel="self" href="https://luxagraf.net/">
+ <link rel="dns-prefetch" href="https://images.luxagraf.net">
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="alternate"
type="application/rss+xml"
title="Luxagraf RSS feed"
@@ -16,9 +18,6 @@
{%block stylesheet%}<link rel="stylesheet"
href="/media/screenv11.min.css?{% now "u" %}"
media="screen">{%endblock%}
- <link rel="dns-prefetch" href="https://images.luxagraf.net">
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
- <link rel="manifest" href="/manifest.json" />
{%block extrahead%}{%endblock%}
</head>
<body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}>
@@ -44,12 +43,12 @@
<nav>
<a class="nav-item smcaps" href="/code" title="Words to live by">Code</a>
<a class="nav-item smcaps" href="/blogroll" title="Sites that inspire us">Blogroll</a>
- <a class="nav-item smcaps" href="/contact/" title="contact luxagraf">Contact</a>
+ <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">
&copy; 2003-{% now "Y" %}
- <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>.
+ <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data></span>.
</p>
</footer>
{% block js %}<script>