DPDK website maintenance
 help / color / mirror / Atom feed
From: Ali Alnubani <alialnu@mellanox.com>
To: "web@dpdk.org" <web@dpdk.org>
Subject: [dpdk-web] [PATCH] layouts: remove duplicate head tag
Date: Sun, 19 May 2019 14:00:33 +0000	[thread overview]
Message-ID: <20190519140015.28147-1-alialnu@mellanox.com> (raw)

The custom template should not include the head tag,
since it's already included.

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---
 layouts/partials/custom-head.html | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html
index 210e52b..9f510bb 100644
--- a/layouts/partials/custom-head.html
+++ b/layouts/partials/custom-head.html
@@ -1,6 +1,4 @@
-<head>
-	<link rel="shortcut icon" href="/favicon.ico">
-	<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.css">
-	<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/dpdk.css">
-	<link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
-</head>
+<link rel="shortcut icon" href="/favicon.ico">
+<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.css">
+<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/dpdk.css">
+<link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
-- 
2.11.0


             reply	other threads:[~2019-05-19 14:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-19 14:00 Ali Alnubani [this message]
2019-05-19 14:00 ` [dpdk-web] [PATCH] config: unset 'themeVariant' Ali Alnubani
2019-05-20 15:09   ` Thomas Monjalon
2019-05-20 15:09 ` [dpdk-web] [PATCH] layouts: remove duplicate head tag 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=20190519140015.28147-1-alialnu@mellanox.com \
    --to=alialnu@mellanox.com \
    --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).