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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-06-25 03:22:21 +0300
committerVicky <vicky@vickylai.com>2018-06-25 03:22:21 +0300
commit997c707d5b0180a125fe97c106e6997c73dcd5bb (patch)
tree9b591efb4a556ea15030f7b2e016646eeea55789 /layouts/partials/header.html
parent4a1380f152407aee0751a35b12b95548325f9a38 (diff)
Update templates (fix #59, close #61, close #60)v3.4.0
+ Add functionality to limit projects shown on main page + Improve projects display columns + List pages show content from _index.md files + Add GetPage logic to index.html and nav menus
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 95aeddd..82ff72b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -10,7 +10,6 @@
<meta name="referrer" content="no-referrer">
{{ if .Site.Params.description }}<meta name="description" content="{{ .Site.Params.description }}">{{ end }}
-<base href="{{ .Site.BaseURL }}">
<title>
{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
{{ if eq $url "/" }}