[dpdk-web] [PATCH] fix build with recent Hugo

Thomas Monjalon thomas at monjalon.net
Tue Jun 2 21:33:41 CEST 2020


26/05/2020 23:03, Thomas Monjalon:
> 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>
> ---
> --- a/content/_header.md
> +++ b/content/_header.md
> -<a href="//www.dpdk.org" rel="DPDK">![DPDK logo](/img/dpdk.png)</a>
> +[![DPDK logo](/img/dpdk.png)](//www.dpdk.org)

Applied




More information about the web mailing list