[dpdk-web] [PATCH] fix build with recent Hugo
Lincoln Lavoie
lylavoie at iol.unh.edu
Tue May 26 23:05:06 CEST 2020
Looks good to me.
On Tue, May 26, 2020 at 5:04 PM Thomas Monjalon <thomas at monjalon.net> wrote:
> 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 <lylavoie at iol.unh.edu>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> 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 @@
> -<a href="//www.dpdk.org" rel="DPDK"></a>
> +[](//www.dpdk.org)
> --
> 2.26.2
>
>
--
*Lincoln Lavoie*
Senior Engineer, Broadband Technologies
21 Madbury Rd., Ste. 100, Durham, NH 03824
lylavoie at iol.unh.edu
https://www.iol.unh.edu
+1-603-674-2755 (m)
<https://www.iol.unh.edu/>
More information about the web
mailing list