update 404 page

This commit is contained in:
Dominic Reich 2024-04-06 07:38:45 +02:00
parent a90e55ec47
commit b097722233
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A
2 changed files with 6 additions and 6 deletions

View file

@ -7,9 +7,9 @@ aliases = [
summary = """Because I use two network interfaces with more subnets/routes on one of them.
But I use the other interface for internet because of speed..."""
date = "2022-11-24T20:15:44+02:00"
lastmod = '2023-11-18T22:01:29+0000'
lastmod = '2024-04-06T05:40:08+0000'
categories = ["computerstuff"]
tags = ["linux","networking"]
tags = ["linux","networking", "networkmanager"]
+++

View file

@ -7,9 +7,9 @@
<p>{{ i18n "error.404_description" | emojify }}</p>
</div>
<div class="mt-8 prose dark:prose-invert">
<strong>Please use the search on this website!</strong><br />
To search click on the magifying glass 🔍 in the top
right corner or hit <kbd>/</kbd> (that is usually <kbd>Shift + 7</kbd>
on a german layout) on your keyboard to open the search.
<strong>You can try to find the page with the search:</strong><br />
Click on the magifying glass 🔍 in the top right corner or hit
<kbd>/</kbd> (that is usually <kbd>Shift + 7</kbd>
on a german layout) on your keyboard to open the search box.
</div>
{{ end }}