Sha256: d002bec171417066ea7b9d15cbe405b059dde4de9d7c8c3a60059a67a1ddfc3f

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

---
layout: default
---
<h1>{{ page.name }}</h1>
<h2>{{ page.position }}</h2>

{{ content }}

<h2>Posts</h2>
<ul>
    {% assign filtered_posts = site.posts | where: 'author', page.short_name %}
    {% for post in filtered_posts %}
        <li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adam-jekyll-0.1.1 _layouts/author.html
adam-jekyll-0.1.0 _layouts/author.html