From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6D162A05D3 for ; Mon, 20 May 2019 17:09:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 60D2337A2; Mon, 20 May 2019 17:09:45 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5A80037A2 for ; Mon, 20 May 2019 17:09:43 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CA8AA244F7; Mon, 20 May 2019 11:09:42 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 20 May 2019 11:09:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=f05sZ9tTsxmHrH7vNPKoequWux3he2hBcvdR8UhjdG0=; b=nTVo3MiKuCJh oxFYMEoXA4SHFu13Y+UgHdHjJQ1p2B5i60Qgp5lrxcNbTum7GZfluH/rONC0DkUZ G38/U9xCrQp/A0E15MuGjNymG5aPPkffoa4lb+nEitLZUU01ULjgwKwPIsH+lJBy xQ8snoi0Wd31yz/Bu8ISwgvDVc2yd+E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=f05sZ9tTsxmHrH7vNPKoequWux3he2hBcvdR8Uhjd G0=; b=u/rm2l0Np5iULSJdPJTnNB+trNmPvi1ztJEh+2I0y8t1OFhEUnN/++7fa o+bY3+YYsyzej13JDHVqHoBQE0tnzbSnt/F/B9LVTns9lPjDlbxMOhqx7V1Y0mOL DvvoCAVYcQ4vik3a7elk8ud62QQL0wphNAVWsB8PrvHjwSbb4Dm+yxX9TKGoxSyP yk5PF94orlKS3uxhVWsv+6llNS7TyhiBj91mr6EMfYARFA2NWS/V9lioxDrdeDJ9 OlR4xcFNkdin6r9Nfc2wVV/xbOIP7wkZEa56WiDaZIq5dOwIsBw1JRCH0PxCdN1o wEITPkTEE6GxNxhoU/g1A7lVTx97w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddtkedgkeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2E9E8103CB; Mon, 20 May 2019 11:09:42 -0400 (EDT) From: Thomas Monjalon To: Ali Alnubani Cc: web@dpdk.org Date: Mon, 20 May 2019 17:09:41 +0200 Message-ID: <1912748.fNLcFThxBQ@xps> In-Reply-To: <20190519140015.28147-1-alialnu@mellanox.com> References: <20190519140015.28147-1-alialnu@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH] layouts: remove duplicate head tag X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" 19/05/2019 16:00, Ali Alnubani: > The custom template should not include the head tag, > since it's already included. > > Signed-off-by: Ali Alnubani Applied, thanks