Skip to content

Latest commit

 

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 %}