Skip to content

Files

Latest commit

Sep 17, 2015
65bf9b2 · Sep 17, 2015

History

History
15 lines (13 loc) · 369 Bytes

authors.md

File metadata and controls

15 lines (13 loc) · 369 Bytes
layout permalink header
page
/authors/index.html
title
Unsere Autoren

Auf dieser Seite möchten wir Ihnen unsere in diesem Blog aktiven Mitarbeiter und Autoren vorstellen:

    {% assign authors = site.authors | sort: 'name' %} {% for author in authors %}
  • {{author.name}}
  • {% endfor %}