volume and icon
All checks were successful
Deploy website / deploy (push) Successful in 54s

This commit is contained in:
2026-03-04 22:07:03 +00:00
parent 93ecd4999f
commit 7c9aaa04ba
4 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{ name }}'s basement{% endblock %}</title>
<link rel="icon" href="/static/content/general_images/icon.webp">
<link rel="icon" href="{% block icon %}/static/content/{% if name == 'Toaster' %}toaster/Toaster_v1.0_sticker.png{% else %}general_images/icon.webp{% endif %}{% endblock %}">
<link rel="stylesheet" href="/static/css/bases/base.css">
<meta name="description" content="{% block description %}server backend survivor{% endblock %}">
<meta name="keywords" content="{% block keywords %}Alfie King, Alfie, King, Alfieking, Alfieking.dev, dev, server, developer, backend, selfhost, homelab{% endblock %}">