Skip to content

Commit 9409e7e

Browse files
committed
update irc, wiki and spaceapi links
1 parent 47b8146 commit 9409e7e

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

_temp/views/api/index.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"contact": {
1212
"email": "[email protected]",
13-
"irc": "irc://irc.freenode.net/lghs",
13+
"irc": "irc://irc.libera.chat/lghs",
1414
"twitter": "@LgHackerSpace",
1515
"facebook": "https://www.facebook.com/liegehackerspace/"
1616
},

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ title = "Liege Hackerspace"
99

1010
[[menu.main]]
1111
name = "Projets"
12-
url = "https://wiki.lghs.be/projets:start"
12+
url = "https://wiki.liegehacker.space/shelves/projets"
1313
weight = 20
1414

1515
[[menu.main]]
1616
name = "Wiki"
17-
url = "https://wiki.lghs.be"
17+
url = "https://wiki.liegehacker.space/"
1818
weight = 30
1919

2020
[[menu.social]]
@@ -41,6 +41,6 @@ title = "Liege Hackerspace"
4141
[[menu.social]]
4242
name = "Space API"
4343
pre = "<i class='fa fa-space-shuttle'></i>"
44-
url = "https://api.lghs.be"
44+
url = "https://lghs.be/spaceapi"
4545
title = "Notre Space API"
4646
weight = 40

content/contact/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ weight: 40
1111
* Mail – ping [at] lghs.be
1212
* IRC
1313
* Channel: #lghs
14-
* Host: irc.freenode.net
15-
* Web client: webchat.freenode.net
14+
* Host: [irc.libera.chat](ircs://irc.libera.chat:6697/lghs)
1615
* Twitter – @LgHackerSpace
1716
* Facebook – facebook.com/liegehackerspace/
1817
* Téléphone (Fonctionne parfois) – +32 (0) 4 287 32 26
19-

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9-
<link rel="stylesheet" href="dist/css/main.css">
9+
<link rel="stylesheet" href="/dist/css/main.css">
1010
<!-- BEGIN Favicons declaration -->
1111
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=OmmGkLqGNd">
1212
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=OmmGkLqGNd">

0 commit comments

Comments
 (0)