Sha256: 3900c90c0cbccf624b913103967e70426151c744addeebcd33f4c3d186a00f17

Contents?: true

Size: 366 Bytes

Versions: 9

Compression:

Stored size: 366 Bytes

Contents

{%- assign posts = include.posts | reverse -%}
<ul class="ml-block-list">
{%- for cur in posts -%}
{%- if cur.hidden != true -%}
	<li>
		<a href="{{ cur.url | relative_url }}" class="ml-block-anchor">
			<h2>{{ cur.title }}</h2>
			{%- if site.show_excerpts -%}
			{{ cur.excerpt }}
			{%- endif -%}
			测试文字
		</a>
	</li>
{%- endif -%}
{%- endfor -%}
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-2038-0.1.8 _includes/plain-list.html
jekyll-theme-2038-0.1.7 _includes/plain-list.html
jekyll-theme-2038-0.1.6 _includes/plain-list.html
jekyll-theme-2038-0.1.5 _includes/plain-list.html
jekyll-theme-2038-0.1.4 _includes/plain-list.html
jekyll-theme-2038-0.1.3 _includes/plain-list.html
jekyll-theme-2038-0.1.2 _includes/plain-list.html
jekyll-theme-2038-0.1.1 _includes/plain-list.html
jekyll-theme-2038-0.1.0 _includes/plain-list.html