Sha256: 863456484ef31926f3edb6a8d7860c24a26c5a8cf47c4a2ca649cdb53f671d33
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
--- layout: page title: Articles by :prototype-data-label prototype: term: author data: authors data_label: name --- {% assign author = page.author_data %} <p class="mb-6 has-text-centered"> Connect with {{ author.name }} on the <a href="{{ author.website }}" class="has-text-weight-bold">Web</a> or <a class="has-text-weight-bold" href="https://twitter.com/{{ author.twitter }}">Twitter</a> </p> {% assign posts = paginator.documents %} {% render "bulmatown/collection", collection: posts, metadata: site.metadata %} {% render "bulmatown/pagination", paginator: paginator %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bulmatown-1.0.5 | example/src/authors/author.html |