layout | eleventyExcludeFromCollections | title | description | permalink |
---|---|---|---|---|
index.njk |
true |
How to Codepoint |
The blog about all things characters, letters and Unicode |
/ |
Welcome to the blog about all things characters, letters and Unicode!
-
{%- for post in collections.post reversed -%}
{%- if post.data.published or env.ENV == 'development' -%}
-
{%- if post.data.image -%}
{% image post.data.image.src, post.data.image.alt, "505px" %}
{%- endif -%}
{{ post.page.date | date: "%Y-%m-%d" }}
{%- if post.data.description -%}
{{ post.data.description }}
{%- endif -%}
{%- endif -%}
{%- endfor -%}