From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7AE43A04A4 for ; Tue, 26 May 2020 23:04:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5B4A01D658; Tue, 26 May 2020 23:04:07 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 81C4C1D658 for ; Tue, 26 May 2020 23:04:06 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 870CD1430; Tue, 26 May 2020 17:04:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Tue, 26 May 2020 17:04:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm1; bh=UmEwEKeqscLx6PedqghD90I+iv L3G/fVxYdTXRXTkc8=; b=JQUiIyOlnhfyUM+7ndWLe7/8L2LLkVeJrabwQzDGKB wdHnIKHAyeLJRVSoP0XcJ+MVMJNEe9n2iQN3UWE5xdbcJms9TugiUGDBB05Dtwji vPoijcVNE2Q9uqJhINkG7XWbTlBLLqoA62Umdzh1KStcvoJOEcOo+KQQJISKjObO 4BG0Z+zQunwO5dA8khrhmG1c8DF7PtFK2ULWjVTokpP/hz8bGfm4jOyeTVz+Pafc u12vr8tJhtnw6INqhdqGzTZKEkgH0oh5nmyS3INoSf1Q8GuocEySJYsWV1moRlOE +4PBnXC5S5oLq0TOoY4M1hValmo4Xtz1BbKLABwJjWPw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=UmEwEKeqscLx6Pedq ghD90I+ivL3G/fVxYdTXRXTkc8=; b=3H5LQbi5H6jNo19gQ4w5Yhpo/UlNXarJU Zjkqmyq2RM0kzckKPUWeiXUj8jH9H2Vnhg4fp5d6tlBcnmAJaF0J/BJpj6cRfbPS fYKAy9ygMtTRbBqM1Nc3pRlWSQG4OU4Ci7IMRSG0uyL60MkISfXH++e/+wyCkBlc r2jvXi4z4RV0Tkt8TBF8U6qbbvnI3XbiQl/N4RR2FSHXMEFkoyNbcuviYpvEh3Y9 kxAETTRpYgxRsIgFX2WCZutUsxid3b1TW7tjoh0CctgxYgPd3te+EUa4B/rfXgpc 5tM7GgAj5yV1xBQngDXAkALX6LJ0Q2bzp41lMvWST3gyu/ptZxGRA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddvvddgudehvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpeefgefhhefgheeuteekffelheeivdelfeeliefffeeijefgudevuedv uefhgfekudenucffohhmrghinhepghhithhhuhgsrdgtohhmpdguphgukhdrohhrghenuc fkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7B2C43280059; Tue, 26 May 2020 17:04:04 -0400 (EDT) From: Thomas Monjalon To: web@dpdk.org Cc: Lincoln Lavoie Date: Tue, 26 May 2020 23:03:58 +0200 Message-Id: <20200526210358.72228-1-thomas@monjalon.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH] fix build with recent Hugo 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" The recent Hugo versions forbid starting a markdown file with HTML code, except if it is a comment: https://github.com/gohugoio/hugo/issues/7296 The HTML link is replaced with an equivalent markdown syntax. Reported-by: Lincoln Lavoie Signed-off-by: Thomas Monjalon --- content/_header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_header.md b/content/_header.md index 72a09c1..8e97a7c 100644 --- a/content/_header.md +++ b/content/_header.md @@ -1 +1 @@ -![DPDK logo](/img/dpdk.png) +[![DPDK logo](/img/dpdk.png)](//www.dpdk.org) -- 2.26.2