--- permalink: blog/index.html eleventyExcludeFromCollections: true --- Blog - ryopc Global Digital Support

Blog

{% if blogs and blogs.length > 0 %} {% for post in blogs %}
{% if post.eyecatch.url %} {{ post.title }} {% else %}
No Image
{% endif %}
{{ post.createdAt | truncate(10) }}

{{ post.title }}

{{ post.content | striptags | truncate(80) }}

{% endfor %} {% else %}

まだ記事がありません。管理画面から新しい記事を追加してください。

{% endif %}
×