guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: Remove conference banner.


From: julien lepiller
Subject: branch master updated: website: Remove conference banner.
Date: Tue, 01 Mar 2022 04:24:42 -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 2d9f80c  website: Remove conference banner.
2d9f80c is described below

commit 2d9f80c2d18f2ba505297c510d062504c3ce56b5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Mar 1 10:23:02 2022 +0100

    website: Remove conference banner.
    
    * website/apps/base/templates/theme.scm: Comment out conference banner.
---
 website/apps/base/templates/theme.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/website/apps/base/templates/theme.scm 
b/website/apps/base/templates/theme.scm
index 1d13c0c..5f5416f 100644
--- a/website/apps/base/templates/theme.scm
+++ b/website/apps/base/templates/theme.scm
@@ -128,22 +128,22 @@
       ;                  (@ (href 
"/blog/2022/online-guix-days-2022-announcement-1/"))
       ;                  "Learn more"))
       ;           "!"))))
-      (div
-       (@ (class "message-box msg-info"))
-       (p ,(G_ `("Online conference February 19-20. "
-                 "Watch the "
-                 ,(G_ `(a
-               (@ (href "https://xana.lepiller.eu/guix-days-2022/";))
-               "pre-recorded talks"))
-                 "."
-                 ,(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/")))
-               "more"))
-                 "!"))))
+      ;(div
+      ; (@ (class "message-box msg-info"))
+      ; (p ,(G_ `("Online conference February 19-20. "
+      ;           "Watch the "
+      ;           ,(G_ `(a
+      ;      (@ (href "https://xana.lepiller.eu/guix-days-2022/";))
+      ;      "pre-recorded talks"))
+      ;           "."
+      ;           ,(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/")))
+      ;      "more"))
+      ;           "!"))))
 
       ,(if (null? crumbs) "" (breadcrumbs crumbs))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]