[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: |
Mon, 23 Nov 2020 13:42:49 -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 392c4af website: Remove conference banner.
392c4af is described below
commit 392c4affbe9b542d40e523cfa0b57440ff9c911b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Nov 23 19:41:40 2020 +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 9161bce..81815b6 100644
--- a/website/apps/base/templates/theme.scm
+++ b/website/apps/base/templates/theme.scm
@@ -121,22 +121,22 @@
,(navbar #:active-item active-menu-item)
;; NOTE: Comment this message out when it is not needed anymore.
- (div
- (@ (class "message-box msg-info"))
- (p ,(G_ `("Online conference November 22nd. "
- "Watch the "
- ,(G_ `(a
- (@ (href "https://xana.lepiller.eu/guix-days-2020/"))
- "pre-recorded talks"))
- "."
- ,(G_ `(a
- (@ (href
"https://guixbbb.fosshost.org/b/zim-dmr-hp2-ibu"))
- "Join us"))
- "! Learn "
- ,(G_ `(a
- (@ (href ,(guix-url
"blog/2020/online-guix-day-announce-2/")))
- "more"))
- "!"))))
+ ;(div
+ ; (@ (class "message-box msg-info"))
+ ; (p ,(G_ `("Online conference November 22nd. "
+ ; "Watch the "
+ ; ,(G_ `(a
+ ; (@ (href "https://xana.lepiller.eu/guix-days-2020/"))
+ ; "pre-recorded talks"))
+ ; "."
+ ; ,(G_ `(a
+ ; (@ (href "https://guixbbb.fosshost.org/b/zim-dmr-hp2-ibu"))
+ ; "Join us"))
+ ; "! Learn "
+ ; ,(G_ `(a
+ ; (@ (href ,(guix-url "blog/2020/online-guix-day-announce-2/")))
+ ; "more"))
+ ; "!"))))
,(if (null? crumbs) "" (breadcrumbs crumbs))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: Remove conference banner.,
julien lepiller <=