/
GraphTreeHeap
/
museumdb2
Обзор
Документация
Войти
/
GraphTreeHeap
/
museumdb2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/blog/all.html
20 строк
424 B
Joel Marcey
Remove all instances of relative_url until GitHub pages problem is fixed.
15 ноя 2016, 18:40
15 ноя 2016, 18:40
2ef92fe
Код
Авторство
О чём код?
--- id: all layout: blog category: blog --- <div class="posts"> <div class="post"> <h1>All Posts</h1> {% for post in site.posts %} {% assign author = site.data.authors[post.author] %} <p> <strong> <a href="{{ post.url }}">{{ post.title }}</a> </strong> on {{ post.date | date: "%B %e, %Y" }} by {{ author.display_name }} </p> {% endfor %} </div> </div>