Remove description variable from article_list.html (fixes #33)

Instead use the normal page content. This allows much richer blog
descriptions!
This commit is contained in:
daudix
2024-07-19 21:36:58 +03:00
parent f1ca685eaa
commit 598e5e9fb7
4 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,8 @@
+++
title = "Writings of Duck's Feet (العربية)"
description = "Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo"
sort_by = "date"
template = "article_list.html"
page_template = "article.html"
+++
Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo

View File

@ -1,7 +1,8 @@
+++
title = "Writings of Duck's Feet"
description = "Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo"
sort_by = "date"
template = "article_list.html"
page_template = "article.html"
+++
Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo

View File

@ -1,7 +1,8 @@
+++
title = "Writings of Duck's Feet (Русский)"
description = "Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo"
sort_by = "date"
template = "article_list.html"
page_template = "article.html"
+++
Welcome to my quack'in blog, I quack about various stuff, but mostly I'm a demo