Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 369 Bytes

File metadata and controls

15 lines (13 loc) · 369 Bytes
layout page
permalink /authors/index.html
header
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 %}