updated services

added 404 page
This commit is contained in:
Samuel Philipp 2020-06-04 18:23:03 +02:00
parent 5d8a81ff79
commit d41508a437
9 changed files with 51 additions and 3 deletions

8
sites/en/404.md Normal file
View file

@ -0,0 +1,8 @@
---
layout: base.njk
key: 404
title: Not Found
---
# Not Found
This page does not exist (yet). Come back later or take a look at the beginning: [Home](/{{locale}}/)

View file

@ -20,7 +20,7 @@ eleventyNavigation:
<a class="link" href="/{{locale}}/services/{{service.id}}"></a>
<div class="inner">
<i class="{{service.icon}} fa-4x"></i>
<h2 class="mt-2">{{service.name}}{% if service.url %} <a href="{{service.url}}"><i
<h2 class="mt-2">{{service.name}}{% if service.url %} <a href="{{service.url}}" target="_blank"><i
class="fas fa-external-link-alt"></i></a>{% endif %}</h2>
<div>{{service.summary[locale]}}</div>
</div>