feat: upload missing file

This commit is contained in:
2025-11-20 17:43:40 +09:00
parent 56e14d045f
commit e2ede1cdb6

View File

@@ -1,4 +1,13 @@
--- ---
layout: home layout: page
# Index page title: About
--- ---
{%- assign about_tab = site.tabs | where: "url", "/about/" | first -%}
{%- if about_tab -%}
{{ about_tab.content }}
{%- else -%}
<!-- Fallback: no about tab found -->
<h1>About</h1>
{%- endif -%}