SEO Updates

This commit is contained in:
2026-09-16 22:03:00 +01:00
parent 018be97d41
commit e0f85235f2
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
{% extends 'main.html' %}
{% block logo %}<a href='/'><h1>{{branding|upper}}</h1></a>{% endblock %}
{% block content %}
<main>
<section id="technology">
+1 -1
View File
@@ -64,7 +64,7 @@
</nav>
<div id="logo-container">
<div id="logo">
<a href='/'>{{branding|upper}}</a>
{% block logo %}<a href='/'>{{branding|upper}}</a>{% endblock %}
</div>
</div>
</header>
+4
View File
@@ -51,6 +51,10 @@ footer{
font-style: normal;
font-size: 2em;
}
#logo>a>h1{
font-size: 1em;
}
footer h2, section h2{
margin: 0;