Move the intro text into the page template
This commit is contained in:
parent
8fb1947891
commit
bfdb82a4ba
3 changed files with 12 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
title: Blog
|
||||
use:
|
||||
- posts
|
||||
intro_text: |
|
||||
TODO: update text
|
||||
---
|
||||
|
||||
<p>TODO: update text</p>
|
||||
|
||||
<div class="mt-6">
|
||||
<div class="space-y-6">
|
||||
{% for talk in data.posts|sort((a, b) => a.date < b.date) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue