[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: Add conference link to header bar.
From: |
julien lepiller |
Subject: |
branch master updated: website: Add conference link to header bar. |
Date: |
Fri, 18 Feb 2022 15:29:38 -0500 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new bf87432 website: Add conference link to header bar.
bf87432 is described below
commit bf8743290fb3fba74b4cf70d7c2970d03b2ce2b6
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 18 21:27:25 2022 +0100
website: Add conference link to header bar.
* website/apps/base/templates/theme.scm (theme): Add conference link to
header bar.
---
website/apps/base/templates/theme.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/apps/base/templates/theme.scm
b/website/apps/base/templates/theme.scm
index bdad023..1d13c0c 100644
--- a/website/apps/base/templates/theme.scm
+++ b/website/apps/base/templates/theme.scm
@@ -135,10 +135,10 @@
,(G_ `(a
(@ (href "https://xana.lepiller.eu/guix-days-2022/"))
"pre-recorded talks"))
- ; "."
- ; ,(G_ `(a
- ;(@ (href "https://guixbbb.fosshost.org/b/zim-dmr-hp2-ibu"))
- ;"Join us"))
+ "."
+ ,(G_ `(a
+ (@ (href
"https://meet.univ-grenoble-alpes.fr/b/pie-uia-2a2-wzl"))
+ "Join us"))
"! Learn "
,(G_ `(a
(@ (href ,(guix-url
"blog/2022/online-guix-days-2022-announcement-2/")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: Add conference link to header bar.,
julien lepiller <=