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

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Ishimi <y.ishimi@itdharman.com>2019-04-21 03:01:50 +0300
committerGitHub <noreply@github.com>2019-04-21 03:01:50 +0300
commit8e5c2e99cc3c4b495f42d98ea1374ce2926f1521 (patch)
tree7dff5ca8399ba34f0854cc600179548eb053b295
parentac1a570a0f0f9a6027f2a5f974d00ae0674427ef (diff)
parent6e873a94a189f7597ee2ecd59e7efe9725e3b6d4 (diff)
Merge pull request #12 from wattlebirdaz/master
Change base url from site url to page url
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 95123f6..45ddc17 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -19,7 +19,7 @@
<meta name="twitter:site" content="{{ .Permalink }}">
<meta name="twitter:image" content="{{ if .IsPage }}{{ .Site.BaseURL }}{{ .Params.thumbnail }}{{ else }}{{ .Site.BaseURL }}{{ .Site.Params.thumbnail }}{{ end }}">
- <base href="{{ .Site.BaseURL }}">
+ <base href="{{ .Permalink }}">
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
<link rel="canonical" href="{{ .Permalink }}">