DPDK website maintenance
 help / color / mirror / Atom feed
From: Lincoln Lavoie <lylavoie@iol.unh.edu>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: web@dpdk.org
Subject: Re: [dpdk-web] [PATCH] fix build with recent Hugo
Date: Tue, 26 May 2020 17:05:06 -0400	[thread overview]
Message-ID: <CAOE1vsNHROT2zSjRRHcYP4UHHuEOYH=g3LXm0-9iTb=e_vXQmw@mail.gmail.com> (raw)
In-Reply-To: <20200526210358.72228-1-thomas@monjalon.net>

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/>

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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 21:03 Thomas Monjalon
2020-05-26 21:05 ` Lincoln Lavoie [this message]
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='CAOE1vsNHROT2zSjRRHcYP4UHHuEOYH=g3LXm0-9iTb=e_vXQmw@mail.gmail.com' \
    --to=lylavoie@iol.unh.edu \
    --cc=thomas@monjalon.net \
    --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).