forked from kamat/blog
- use [SimpleCSS](https://simplecss.org) as main CSS file. - page title with name of website
13 lines
226 B
Markdown
13 lines
226 B
Markdown
---
|
|
published_date: 2023-10-08 12:49:19.577143497 +0000
|
|
layout: default.liquid
|
|
is_draft: false
|
|
---
|
|
## Blog!
|
|
|
|
{% for post in collections.posts.pages %}
|
|
#### {{post.title}}
|
|
|
|
[{{ post.title }}]({{ post.permalink }})
|
|
{% endfor %}
|