feat: added page metadata
This commit is contained in:
parent
642ee3b45a
commit
3970f98dcd
2 changed files with 9 additions and 1 deletions
|
|
@ -1,8 +1,13 @@
|
|||
---
|
||||
layout: base.njk
|
||||
title: Blog
|
||||
description: Welcome to my website! I write about tech, politics, food, and hobby projects. Stay a while, make some friends, learn something, and help your neighbors.
|
||||
---
|
||||
|
||||
<section class="intro">
|
||||
<p>{{ description }}</p>
|
||||
</section>
|
||||
|
||||
<h1>Blog Posts</h1>
|
||||
|
||||
<ul class="post-list">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue