Sha256: ad071c9bdee3bb3aa5f7b59ee4f0062f698e431c4d8abc77b5ca785ea071a148

Contents?: true

Size: 469 Bytes

Versions: 6

Compression:

Stored size: 469 Bytes

Contents

	<ul class="posts">
		{% for item in paginator.posts %}

			<li class="post  container">

				<article class="article  typeset">

					<h2>
						<a href="{{ item.url }}" title="{{ item.title }}">{{ item.title }}</a>
					</h2>

					<small class="small">
						<time datetime="{{ item.date | date_to_xmlschema }}" class="time">{{ item.date | date_to_string }}</time>
					</small>

					{{ item.excerpt | markdownify }}

				</article>
			</li>

		{% endfor %}
	</ul>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
garth-jekyll-theme-0.2.6 _includes/posts.html
garth-jekyll-theme-0.2.5 _includes/posts.html
garth-jekyll-theme-0.2.4 _includes/posts.html
garth-jekyll-theme-0.2.3 _includes/posts.html
garth-jekyll-theme-0.2.1 _includes/posts.html
garth-jekyll-theme-0.2.0 _includes/posts.html