diff options
| -rw-r--r-- | exampleSite/content/documentation/index.md | 2 | ||||
| -rw-r--r-- | layouts/partials/head.html | 1 |
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: - + --- 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> |
