DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: web@dpdk.org
Cc: Lincoln Lavoie <lylavoie@iol.unh.edu>
Subject: [dpdk-web] [PATCH] fix build with recent Hugo
Date: Tue, 26 May 2020 23:03:58 +0200	[thread overview]
Message-ID: <20200526210358.72228-1-thomas@monjalon.net> (raw)

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


             reply	other threads:[~2020-05-26 21:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 21:03 Thomas Monjalon [this message]
2020-05-26 21:05 ` Lincoln Lavoie
2020-06-02 19:33 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200526210358.72228-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=lylavoie@iol.unh.edu \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).