Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chagratt
bwog-notes-v2
Commits
e0533dd9
Commit
e0533dd9
authored
May 25, 2020
by
wbar
Browse files
remove metadata other than opengraph in site header
parent
b2351694
Changes
1
Show whitespace changes
Inline
Side-by-side
layouts/partials/header.html
View file @
e0533dd9
...
@@ -13,9 +13,7 @@
...
@@ -13,9 +13,7 @@
<link
rel=
"stylesheet"
href=
"{{ .Site.BaseURL}}css/style.css"
>
<link
rel=
"stylesheet"
href=
"{{ .Site.BaseURL}}css/style.css"
>
<link
href=
"{{ .Site.RSSLink }}"
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
>
<link
href=
"{{ .Site.RSSLink }}"
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"{{ .Site.BaseURL }}favicon.svg"
>
<link
rel=
"icon"
type=
"image/svg+xml"
href=
"{{ .Site.BaseURL }}favicon.svg"
>
{{- template "_internal/opengraph.html" . -}}
{{ template "_internal/opengraph.html" . }}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
</head>
</head>
<body>
<body>
<nav>
<nav>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment