From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id fRxfA1QYfF+FIwAA0tVLHw (envelope-from ) for ; Tue, 06 Oct 2020 07:10:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id AIhJOlMYfF9UGgAAbx9fmQ (envelope-from ) for ; Tue, 06 Oct 2020 07:10:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C577D9400D3 for ; Tue, 6 Oct 2020 07:10:10 +0000 (UTC) Received: from localhost ([::1]:59862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPh6u-0007ZB-VE for larch@yhetil.org; Tue, 06 Oct 2020 03:10:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPh6o-0007Yp-Ok for guix-patches@gnu.org; Tue, 06 Oct 2020 03:10:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39894) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPh6o-0007RV-FC for guix-patches@gnu.org; Tue, 06 Oct 2020 03:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPh6o-0005gP-9V for guix-patches@gnu.org; Tue, 06 Oct 2020 03:10:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43803] website: theme: Allow adding noindex meta element to pages. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 06 Oct 2020 07:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43803 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Luis Felipe Cc: "43803@debbugs.gnu.org" <43803@debbugs.gnu.org> Received: via spool by 43803-submit@debbugs.gnu.org id=B43803.160196814921765 (code B ref 43803); Tue, 06 Oct 2020 07:10:02 +0000 Received: (at 43803) by debbugs.gnu.org; 6 Oct 2020 07:09:09 +0000 Received: from localhost ([127.0.0.1]:51440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPh5x-0005ey-Ag for submit@debbugs.gnu.org; Tue, 06 Oct 2020 03:09:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPh5v-0005em-G8 for 43803@debbugs.gnu.org; Tue, 06 Oct 2020 03:09:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46624) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPh5p-0007JB-Rn; Tue, 06 Oct 2020 03:09:01 -0400 Received: from [2a01:e0a:19b:d9a0:4192:d6b6:52f:260e] (port=60144 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPh5p-0004kE-4A; Tue, 06 Oct 2020 03:09:01 -0400 From: Mathieu Othacehe References: <87d01w7qwg.fsf@gnu.org> Date: Tue, 06 Oct 2020 09:08:59 +0200 In-Reply-To: (Luis Felipe's message of "Mon, 05 Oct 2020 18:41:32 +0000") Message-ID: <878scj6dbo.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: gwt1GTKGgEUh Hello, > * website/apps/base/templates/theme.scm (theme): New parameter INDEX? Sounds fine, thanks! Mathieu