Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Blum <me@mblum.me>2020-04-12 21:20:36 +0300
committerMichael Blum <me@mblum.me>2020-04-12 21:20:36 +0300
commitd19c44b4db036910e14d3e4650ffe5060e956271 (patch)
tree56739f3855d8f7efb8e747355db81276ebf9a985 /layouts/partials
parent148d47d7f3983127689f807b6a989b5b98243bdf (diff)
patch github-flagged JS security vuls + update theme to be Hugo v0.70-compatible
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ab96efe..a9ac14c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -12,7 +12,6 @@
<base href="{{ .Site.BaseURL }}">
<title>{{ .Title }}</title>
<link rel="canonical" href="{{ .Permalink }}">
- {{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Title }}" />{{ end }}
{{ partial "includes.html" . }}
</head>