+++ # A tile is shown on the main page. It represents and external website but can also have an # blog posts. For this, it must have a corresponding tag. # It's image is clickable to call external website. title = "{{ replace .Name "-" " " | title }}" correspondingTagName = "{{ lower .Name }}" urlLink = "kollegen.uber.space/{{ lower .Name }}/" cover = "img/{{ lower .Name }}-logo.png" coverCredit = "Webseite {{ replace .Name "-" " " | title }}" +++