Fix double slash

This commit is contained in:
Carson Ip
2017-02-22 18:14:33 +01:00
parent e7a73250ce
commit e31ab23584
2 changed files with 6 additions and 4 deletions

View File

@@ -10,10 +10,10 @@
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link rel="shortcut icon" href="/favicon.png">
<link href="{{ .Site.BaseURL }}/webfonts/ptserif/main.css" rel='stylesheet' type='text/css'>
<link href="{{ .Site.BaseURL }}/webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
<link href="{{ .Site.BaseURL }}webfonts/ptserif/main.css" rel='stylesheet' type='text/css'>
<link href="{{ .Site.BaseURL }}webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">