Styling updates and add social links

This commit is contained in:
cheddar 2025-04-18 11:28:28 -04:00
parent eafe6648cc
commit a2cb0960ab
No known key found for this signature in database
15 changed files with 135 additions and 23 deletions

View file

@ -1,10 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if title %}{{ title }} - {% endif %}{{ metadata.title }}</title>
<link rel="stylesheet" href="/styles.css">
</head>
<body>
{{ content | safe }}
<footer>{% include "site_nav.njk" %}</footer>
<hr>
<footer>
{% include "site_nav.njk" %}
{% include "socials.njk" %}
</footer>
</body>
</html>