summaryrefslogtreecommitdiff
path: root/alabaster-lite/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'alabaster-lite/main.html')
-rw-r--r--alabaster-lite/main.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/alabaster-lite/main.html b/alabaster-lite/main.html
index 070adb7..ee56621 100644
--- a/alabaster-lite/main.html
+++ b/alabaster-lite/main.html
@@ -1,19 +1,22 @@
{% from "config.html" import theme with context %}
<!DOCTYPE html>
-<html>
+<html lang="en-US">
<head>
{% block head %}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>{% if page.title %}{{ page.title }} &mdash; {% endif %}{{ config.site_name }}</title>
+ <title>
+ {% if page.title %} {{ page.title }} &mdash; {% endif %} {{ config.site_name }}
+ </title>
<link rel="stylesheet" href="{{ base_url }}/css/alabaster.css" type="text/css">
+ <link rel="stylesheet" href="{{ base_url }}/css/fkfd.css" type="text/css">
{% for path in extra_css %}
<link href="{{ path }}" rel="stylesheet">
{% endfor %}
- <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+ <meta name="viewport" content="width=device-width, initial-scale=0.9">
{% block extrahead %}{% endblock %}
@@ -60,7 +63,7 @@
{% endblock %}
{% if page.is_homepage %}
- <a hidden rel="me" href="https://mastodon.technology/@fakefred">Mastodon</a>
+ <a hidden rel="me" href="https://eattherich.club/@fkfd">Mastodon</a>
{% endif %}
<!--