mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
14 lines
235 B
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 -%}
|