qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [qemu-web PATCH] add language to <html> tag
Date: Tue, 14 Feb 2023 13:30:10 +0100	[thread overview]
Message-ID: <b1af01b9-da0a-5e10-b5cf-3992cbaff4fe@redhat.com> (raw)
In-Reply-To: <20230214122509.30234-1-pbonzini@redhat.com>

On 14/02/2023 13.25, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   _layouts/blog.html          | 2 +-
>   _layouts/home.html          | 2 +-
>   _layouts/page.html          | 2 +-
>   _plugins/alias_generator.rb | 2 +-
>   4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/_layouts/blog.html b/_layouts/blog.html
> index b7fcdbf..89adb90 100644
> --- a/_layouts/blog.html
> +++ b/_layouts/blog.html
> @@ -5,7 +5,7 @@ templated.co @templatedco
>   Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
>     -->
>   {% include relative_root.html %}
> -<html>
> +<html lang="en">
>   <head>
>   	<title>{{ page.title }} - {{ site.title }}</title>
>   	{% include assets.html %}
> diff --git a/_layouts/home.html b/_layouts/home.html
> index f7b6931..b34e6f6 100644
> --- a/_layouts/home.html
> +++ b/_layouts/home.html
> @@ -5,7 +5,7 @@ templated.co @templatedco
>   Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
>   -->
>   {% include relative_root.html %}
> -<html>
> +<html lang="en">
>   <head>
>   	<title>{{ site.title }}</title>
>   	{% include assets.html %}
> diff --git a/_layouts/page.html b/_layouts/page.html
> index 765d204..c0d2778 100644
> --- a/_layouts/page.html
> +++ b/_layouts/page.html
> @@ -5,7 +5,7 @@ templated.co @templatedco
>   Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
>   -->
>   {% include relative_root.html %}
> -<html>
> +<html lang="en">
>   <head>
>   	<title>{{ page.title }} - {{ site.title }}</title>
>   	{% include assets.html %}
> diff --git a/_plugins/alias_generator.rb b/_plugins/alias_generator.rb
> index b4b86ec..f69d90e 100644
> --- a/_plugins/alias_generator.rb
> +++ b/_plugins/alias_generator.rb
> @@ -80,7 +80,7 @@ module Jekyll
>       def alias_template(destination_path)
>         <<-EOF
>         <!DOCTYPE html>
> -      <html>
> +      <html lang="en">
>         <head>
>         <link rel="canonical" href="#{destination_path}"/>
>         <meta http-equiv="content-type" content="text/html; charset=utf-8" />

Reviewed-by: Thomas Huth <thuth@redhat.com>



      reply	other threads:[~2023-02-14 12:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14 12:25 [qemu-web PATCH] add language to <html> tag Paolo Bonzini
2023-02-14 12:30 ` Thomas Huth [this message]

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=b1af01b9-da0a-5e10-b5cf-3992cbaff4fe@redhat.com \
    --to=thuth@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.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).