/
GraphTreeHeap
/
museumdb2
Обзор
Документация
Войти
/
GraphTreeHeap
/
museumdb2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/_includes/doc.html
25 строк
850 B
Akanksha Mahajan
Update branch name to main in docs/* (#8743)
02 сен 2021, 02:29
02 сен 2021, 02:29
2e03abf
Код
Авторство
О чём код?
<div class="post"> <header class="post-header"> <h1 class="post-title">{% if include.truncate %}<a href="{{ page.url | absolute_url }}">{{ page.title }}</a>{% else %}{{ page.title }}{% endif %}</h1> </header> <article class="post-content"> {% if include.truncate %} {% if page.content contains '<!--truncate-->' %} {{ page.content | split:'<!--truncate-->' | first }} <div class="read-more"> <a href="{{ page.url | absolute_url }}" > ...Read More </a> </div> {% else %} {{ page.content }} {% endif %} {% else %} {{ content }} <p><a class="edit-page-link" href="https://github.com/{{ site.ghrepo }}/blob/main/docs/{{ page.path }}" target="_blank">Edit on GitHub</a></p> {% endif %} </article> {% include doc_paging.html %} </div>