/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_layouts/error.html
23 строки
455 B
Ben Balter
move site to docs folder
02 ноя 2016, 23:51
Не верифицирован
02 ноя 2016, 23:51
6be62de
Код
Авторство
О чём код?
{% include top.html %} <body class="wrap"> <header> <div class="grid"> <div class="unit whole align-center"> <h1> <a href="/"> <span class="sr-only">Jekyll</span> <img src="/img/logo-2x.png" width="249" height="115" alt="Jekyll Logo"> </a> </h1> </div> </div> </header> {{ content }} {% include anchor_links.html %} {% include analytics.html %} </body> </html>