forked from samuel-p/sp-codes.de
updated services
added 404 page
This commit is contained in:
parent
5d8a81ff79
commit
d41508a437
9 changed files with 51 additions and 3 deletions
8
sites/en/404.md
Normal file
8
sites/en/404.md
Normal 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}}/)
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue