[dpdk-web] [PATCH] layouts: remove duplicate head tag

Ali Alnubani alialnu at mellanox.com
Sun May 19 16:00:33 CEST 2019


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

Signed-off-by: Ali Alnubani <alialnu at 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



More information about the web mailing list