summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 12:53:59 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 12:53:59 +0200
commit0e934bbaec1ba4f68d71280179b4f1a68742989a (patch)
treee91b0776e41ebf7508da2b03dfcc3cafa1aa8d16
parentf75c22bd4f446cb74003e615fd75cd4adabb0efd (diff)
downloadgohugo-theme-ed-0e934bbaec1ba4f68d71280179b4f1a68742989a.tar.gz
Remove base URL (does not work)
-rw-r--r--exampleSite/content/documentation/index.md2
-rw-r--r--layouts/partials/head.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index 30e76eb..f7d0e4b 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -57,7 +57,7 @@ $ hugo server
Copy the url from your terminal log and paste it into your browser of choice. This url usually looks something like this `http://localhost:1313`. At this point you should be looking at your very own working version of Ed:
-![Your very own Ed](img/screenshot-home.png)
+![Your very own Ed](/img/screenshot-home.png)
---
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 242d914..a3af22b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,7 +11,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no">
- <base href="{{ .Site.BaseURL }}">
<link rel="canonical" href="{{ .Permalink }}">
<title>{{ block "title" . }}{{ with .Params.Title }}{{ . }} - {{ end }}{{ .Site.Title }}{{ end }}</title>