DPDK website maintenance
 help / color / mirror / Atom feed
* [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>
---
 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


^ 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).