1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/jermey-docster-jekyll-theme

Клонировать/Скачать
index.html 542 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
小色 Отправлено 02.11.2018 09:53 e75d7a9
---
layout: index
title: index
---
{% assign entries = site.entries | sort: "number" %}
{% for entry in entries %}
{% if entry.title != 'index'%}
<section id="{{ entry.sectionid }}" class="{{ entry.sectionclass }}">
{% case entry.sectionclass %}
{% when 'h1' %}
<h1>{{ entry.title }}</h1>
{% when 'h2' %}
<h2>{{ entry.title }}</h2>
{% when 'h3' %}
<h3>{{ entry.title }}</h3>
{% when 'h4' %}
<h4>{{ entry.title }}</h4>
{% endcase %}
{{ entry.content }}
</section>
{% endif %}
{% endfor %}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/jermey-docster-jekyll-theme.git
git@api.gitlife.ru:oschina-mirror/jermey-docster-jekyll-theme.git
oschina-mirror
jermey-docster-jekyll-theme
jermey-docster-jekyll-theme
master