html Jekyll博客文章循环示例(ПримерциклавпостенаJekyll)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Jekyll博客文章循环示例(ПримерциклавпостенаJekyll)相关的知识,希望对你有一定的参考价值。

{% for post in site.posts %}
  <article class="{% if forloop.first %}first{% elsif forloop.last %}last{% else %}middle{% endif %}">
		<div class="">
			<h2 class="title"><a href="/{{ post.url }}/" class="">{{ post.title }}</a></h2>
			<p class="date">{{ post.date | date: "%b %d, %Y" }}</p>
		</div> <!--/.article-head-->
		<div class="article-content">
		{{ post.long_description }}
		<a href="/{{ post.url }}/" class="">Read more</a>	
		</div> <!--/.article-content-->
	</article>
	{% if forloop.last %}{% else %}<div class="separater"></div>{% endif %}
{% endfor %}

<!-- or alternatively -->
{% unless forloop.last %}<div class="separater"></div>{% endunless %}

以上是关于html Jekyll博客文章循环示例(ПримерциклавпостенаJekyll)的主要内容,如果未能解决你的问题,请参考以下文章

javascript js对象示例(примеры)

javascript js原型示例(примеры)

javascript nodejs简单服务器示例(пример)

javascript js arrow函数示例(примеры)

html Примерng-selectспереводом

html Пропорциональноеизмененияразмеровблока