From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2EKaIk0de1/UZwAA0tVLHw (envelope-from ) for ; Mon, 05 Oct 2020 13:19:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 2PNWHk0de1/EbQAAB5/wlQ (envelope-from ) for ; Mon, 05 Oct 2020 13:19:09 +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 2E0859401BD for ; Mon, 5 Oct 2020 13:19:09 +0000 (UTC) Received: from localhost ([::1]:53796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPQOR-00080j-Ni for larch@yhetil.org; Mon, 05 Oct 2020 09:19:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPQOM-00080Y-NF for guix-patches@gnu.org; Mon, 05 Oct 2020 09:19:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36789) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPQOM-0003ls-ED for guix-patches@gnu.org; Mon, 05 Oct 2020 09:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPQOM-0003lg-8g for guix-patches@gnu.org; Mon, 05 Oct 2020 09:19: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: Mon, 05 Oct 2020 13:19: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: 43803@debbugs.gnu.org Cc: luis.felipe.la@protonmail.com X-Debbugs-Original-To: Luis Felipe via Guix-patches via X-Debbugs-Original-Cc: 43803@debbugs.gnu.org, Luis Felipe Received: via spool by 43803-submit@debbugs.gnu.org id=B43803.160190389914426 (code B ref 43803); Mon, 05 Oct 2020 13:19:02 +0000 Received: (at 43803) by debbugs.gnu.org; 5 Oct 2020 13:18:19 +0000 Received: from localhost ([127.0.0.1]:48334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPQNf-0003kb-Fc for submit@debbugs.gnu.org; Mon, 05 Oct 2020 09:18:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPQNe-0003kA-34 for 43803@debbugs.gnu.org; Mon, 05 Oct 2020 09:18:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58468) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPQNY-0003hi-PJ; Mon, 05 Oct 2020 09:18:12 -0400 Received: from [2a01:e0a:19b:d9a0:4d1:e5e4:e52d:9d3f] (port=51690 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPQNV-0006up-Bm; Mon, 05 Oct 2020 09:18:10 -0400 From: Mathieu Othacehe References: Date: Mon, 05 Oct 2020 15:18:07 +0200 In-Reply-To: (Luis Felipe via Guix-patches via's message of "Sun, 04 Oct 2020 21:07:17 +0000") Message-ID: <87d01w7qwg.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: OnVCKUl/1yGj Hello, > + (noindex? #false) You can use #f instead. This means that indexing will be disabled for every single page? Thanks, Mathieu