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