1
0
Fork 0

Fix double //'ed links in <head>

This commit is contained in:
Sebastian Schulze 2020-07-08 20:52:07 +02:00
parent e60d69cb0f
commit 9bb61e1612
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 4 deletions

View File

@ -8,16 +8,16 @@
<title>{{ .Title }}</title>
<meta name="description" content="{{/*{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}*/}}">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/normalize.min.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/main.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/bascht.com.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/normalize.min.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/bascht.com.css">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="webmention" href="https://webmention.io/bascht.com/webmention" />
<link rel="pingback" href="https://webmention.io/bascht.com/xmlrpc" />
<link rel="dns-prefetch" href="//img.bascht.com">
<link rel="pgpkey" href="https://bascht.com/key.asc">
<link rel="feed" type="text/html" title="Syndicatable" href="{{ .Site.BaseURL }}/posts/" />
<link rel="feed" type="text/html" title="Social Media Posts" href="{{ .Site.BaseURL }}posts/" />
{{ template "_internal/twitter_cards.html" . -}}
{{ template "_internal/opengraph.html" . -}}