From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [182.1.62.32]) by gnuweeb.org (Postfix) with ESMTPSA id EBF9A81320; Sat, 22 Oct 2022 08:33:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666427582; bh=vCpyXRzwYCUscKPew/hYOHhtwdFydM45bRmyecAlYLI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IjZ+3pJGxh+qu5l9uyV5kDp9/kOk5RVq2hnp7Cay73gUTG886+8LRmSVouaNWYCMf NTb38gxQgeujaMI4RPNFOwdkMF5N/UHU05PfulbfA2bb8LjjbXFcnnsedWaKNIBFtL n+fNTLLa/ZYpvowZyrDUVRLL9bVaTIgjz5gVIa3Y7sPoA76gympJxEXXV9eA9ahIgx /BbezhyGJildhoJuZzyojn2QQP4IhIjLNe7dfF1eyBI3BsQ8C4raf6wbQyAk5iDtMd zbpRO4EsBmJSVZRFBw0I2SQLhiKD2mC5Kg47PMlshInb6QUDGYvh7cQWDGMpMXODcY in2m67VWceQbQ== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Irvan Malik , Memet Zx Subject: [PATCH website v2 4/7] add meta tag list file Date: Sat, 22 Oct 2022 15:32:44 +0700 Message-Id: <20221022083247.235518-5-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221022083247.235518-1-zxce3@gnuweeb.org> References: <20221022083247.235518-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: From: Memet Zx useful for SEO and more friendly Signed-off-by: Memet Zx --- _source/_includes/meta.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _source/_includes/meta.html diff --git a/_source/_includes/meta.html b/_source/_includes/meta.html new file mode 100644 index 0000000..59cd048 --- /dev/null +++ b/_source/_includes/meta.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- Memet Zx