* [dpdk-web] [PATCH] fix build with recent Hugo
@ 2020-05-26 21:03 Thomas Monjalon
2020-05-26 21:05 ` Lincoln Lavoie
2020-06-02 19:33 ` Thomas Monjalon
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-05-26 21:03 UTC (permalink / raw)
To: web; +Cc: Lincoln Lavoie
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@iol.unh.edu>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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">![DPDK logo](/img/dpdk.png)</a>
+[![DPDK logo](/img/dpdk.png)](//www.dpdk.org)
--
2.26.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-web] [PATCH] fix build with recent Hugo
2020-05-26 21:03 [dpdk-web] [PATCH] fix build with recent Hugo Thomas Monjalon
@ 2020-05-26 21:05 ` Lincoln Lavoie
2020-06-02 19:33 ` Thomas Monjalon
1 sibling, 0 replies; 3+ messages in thread
From: Lincoln Lavoie @ 2020-05-26 21:05 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: web
Looks good to me.
On Tue, May 26, 2020 at 5:04 PM Thomas Monjalon <thomas@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@iol.unh.edu>
> Signed-off-by: Thomas Monjalon <thomas@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">![DPDK logo](/img/dpdk.png)</a>
> +[![DPDK logo](/img/dpdk.png)](//www.dpdk.org)
> --
> 2.26.2
>
>
--
*Lincoln Lavoie*
Senior Engineer, Broadband Technologies
21 Madbury Rd., Ste. 100, Durham, NH 03824
lylavoie@iol.unh.edu
https://www.iol.unh.edu
+1-603-674-2755 (m)
<https://www.iol.unh.edu/>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-web] [PATCH] fix build with recent Hugo
2020-05-26 21:03 [dpdk-web] [PATCH] fix build with recent Hugo Thomas Monjalon
2020-05-26 21:05 ` Lincoln Lavoie
@ 2020-06-02 19:33 ` Thomas Monjalon
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-06-02 19:33 UTC (permalink / raw)
To: web; +Cc: Lincoln Lavoie
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@iol.unh.edu>
> Signed-off-by: Thomas Monjalon <thomas@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-02 19:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 21:03 [dpdk-web] [PATCH] fix build with recent Hugo Thomas Monjalon
2020-05-26 21:05 ` Lincoln Lavoie
2020-06-02 19:33 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).