We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639983d commit 6d79638Copy full SHA for 6d79638
src/app.lua2p
@@ -151,8 +151,6 @@ if command == "new" then
151
<meta name="viewport" content="width=device-width, initial-scale=1">
152
{{ generatorMeta() }}
153
154
- <base href="{{ url(site.baseUrl) }}">
155
-
156
<title>
157
{{ echo(page.title ~= "" and page.title.." -" or "") }}
158
{{ echo(site.title) }}
testsite/layouts/header.html
@@ -7,8 +7,6 @@
7
8
{{generatorMeta()}}
9
10
- <base href="{{site.baseUrl}}">
11
12
13
{{page.title ~= "" and page.title.." |" or ""}}
14
{{site.title}}
0 commit comments