mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
feat: upload missing file
This commit is contained in:
13
index.html
13
index.html
@@ -1,4 +1,13 @@
|
||||
---
|
||||
layout: home
|
||||
# Index page
|
||||
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 -%}
|
||||
|
||||
Reference in New Issue
Block a user