/
githubmirror
/
quill
Обзор
Документация
Войти
/
githubmirror
/
quill
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.3.2
docs/blog.html
26 строк
748 B
Jason Chen
Add 'docs/' from commit '17a07ff08040a012744b175cca05f09808909423'
11 сен 2016, 01:11
11 сен 2016, 01:11
7431510
Код
Авторство
О чём код?
--- layout: blog title: Blog permalink: /blog/ --- {% for post in site.posts %} {% unless post.draft %} <div class="post-item"> <h1><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h1> <div class="post-meta"> <time>{{ post.date | date_to_string }}</time> <span> - <a href="https://twitter.com/jhchen" title="Jason Chen">Jason Chen</a></span> </div> {% if post.content contains '<!-- more -->' %} {{ post.content | split: '<!-- more -->' | first }} <a class="more-link" title="Read more" href="{{ post.url }}">Read more</a> {% else %} {{ post.content }} {% endif %} {% if forloop.last == false %} <hr> {% endif %} </div> {% endunless %} {% endfor %}