mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Mon 1 Nov 19:51:43 EET 2021
This commit is contained in:
parent
ceab88a5ca
commit
91706c2e7b
1 changed files with 10 additions and 2 deletions
|
@ -55,7 +55,7 @@ const locations = {
|
|||
},
|
||||
|
||||
5: {
|
||||
"url": "/blog",
|
||||
"url": "/page/blog",
|
||||
"desc": "Blog page",
|
||||
"aliases": [
|
||||
"blog", "news",
|
||||
|
@ -72,12 +72,20 @@ const locations = {
|
|||
]
|
||||
},
|
||||
|
||||
7: {
|
||||
7: {
|
||||
"url": "/gpg",
|
||||
"desc": "My GPG key",
|
||||
"aliases": [
|
||||
"gpg", "sign"
|
||||
]
|
||||
},
|
||||
|
||||
8: {
|
||||
"url": "/page/novpn",
|
||||
"desc": "A page about how you shouldn't use VPNs",
|
||||
"aliases": [
|
||||
"vpn", "novpn"
|
||||
]
|
||||
}
|
||||
}
|
||||
const escape_HTML = str =>
|
||||
|
|
Loading…
Add table
Reference in a new issue