Sha256: f1d1ddd5080602056dd563176ba52f6f0a8cb68864aa6f9d2ff94b861ed5d95d

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<div class="container">
	<h1>{{ page.title }}</h1>
	<h4 class="post-description">{{ page.description }}</h4>
	<div class="post-date" style="margin-top:20px">
		Published on {{ page.date | date: date_format }}
	</div>
	<ul class="post-tags">
		{%- for tag in page.categories -%}
			<li>{{ tag }}</li>
		{%- endfor -%}
	</ul>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
texture-0.5 _includes/post_header.html
texture-0.4 _includes/post_header.html
texture-0.3 _includes/post_header.html
texture-0.2 _includes/post_header.html