mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
♻️ refactor: rename extra.desc to extra.header
This commit is contained in:
parent
644dd1a4ba
commit
de46a24d37
2 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
+++
|
||||
paginate_by = 4
|
||||
path = "posts"
|
||||
path = "/"
|
||||
title = "Posts"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
|
||||
[extra]
|
||||
desc = {title = "Hello! I'm tabi~", img = "$BASE_URL/img/main.webp" }
|
||||
header = {title = "Hello! I'm tabi~", img = "$BASE_URL/img/main.webp" }
|
||||
+++
|
||||
|
||||
Tabi is a simple theme for [Zola](https://www.getzola.org/). It aims to be a personal page and home to blog posts. It features responsive design, dark and light modes, and high performance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue