Skip to content

Commit 98c865d

Browse files
authored
Merge pull request #1617 from MartinNowak/fix_doc_build
fix empty href for 404.html dlang logo
2 parents a82624a + 6f0d61a commit 98c865d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

errorpage.ddoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ROOT_DIR=/
2-
ROOT=
2+
_=ROOT is only used for top left dlang.org logo and cannot be empty `<a href="$(ROOT)">`, so use / even though it breaks when served under /subpath/.
3+
ROOT=/

0 commit comments

Comments
 (0)