mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
* build: apply language based on folder. * i18n: remove lang tag * style: fix home style * fixup!: fix lang 404 page * re-add grid area * fix zh_ch * re add style changes
858 B
858 B
layout, title, description, menu, redirect_from
| layout | title | description | menu | redirect_from |
|---|---|---|---|---|
| post | Express Blog Posts | Explore the latest articles, announcements, and updates from the Express.js team and community on the Express blog. | blog | /blog/posts.html |
Want to write a post? See the submission guidelines.
{% if site.posts.size != 0 %}
{% for post in site.posts %}
{% endfor %}
{% else %}
There are currently no blog posts.
{% endif %}
{% include blog/authors.html authors=post.authors %}
{{ post.date | date:"%b %d, %Y" }}
{{post.excerpt | truncate: 240 | markdownify }}