Files
blog/index.html

14 lines
235 B
HTML

---
layout: 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 -%}