diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-16 00:50:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-16 00:50:25 +0530 |
commit | 661454f5f73182da69401d1dff9c7c3c7693129b (patch) | |
tree | 50f2f8046e416e41fac61126d283d074bf71ea2e /layouts/partials/head.html | |
parent | c5b579c719b5197510091472af951a675beb6211 (diff) |
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 565da2b..3acf837 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,10 +21,5 @@ <meta name="robots" content="index, follow"> <link rel="stylesheet" type="text/css" href="/css/lists.css"> <title>{{ .Title }} - {{ .Site.Params.listsTitle }}</title> - {{ else if eq .Type "docs"}} - <meta name="description" content="{{ .Title }}"> - <meta name="robots" content="index, follow"> - <link rel="stylesheet" type="text/css" href="/css/docs.css"> - <title>{{ .Title }} - {{ .Site.Params.docsTitle }}</title> {{ end }} </head> |