You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- layout: default
- title: Home
- ---
-
- <div class="posts">
- {% for post in paginator.posts %}
- <div class="post">
- <h1 class="post-title">
- <a href="{{ site.url }}{{ post.url }}">
- {{ post.title }}
- </a>
- </h1>
-
- <span class="post-date">{{ post.date | date_to_string }}</span>
-
- {{ post.content }}
- </div>
- {% endfor %}
- </div>
|