feat: port changes from taimihud website
Some checks failed
Publish / publish (push) Failing after 24s

This commit is contained in:
Kat Inskip 2025-11-22 10:10:46 -08:00
parent 54c65c0446
commit d04fae2fec
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 30 additions and 2 deletions

View file

@ -14,6 +14,14 @@
{% endif %}
{{ config.extra.site_title }}
</title>
<meta property="og:title" content="
{% if section is defined and section.title is defined and section.title is string %}
{{ section.title }} -
{% elif page is defined and page.title is defined and page.title is string %}
{{ page.title }} -
{% endif %}
{{ config.extra.site_title }}
" />
{% include "head.html" %}
</head>