Skip to content

Commit 19b13ae

Browse files
committed
fix(site): serve original landing page at root instead of Hugo template
Hugo's Book theme was generating its own index.html at /, overwriting the branded landing page from static/index.html. Add a custom home layout that renders the static landing page directly.
1 parent be4a1ef commit 19b13ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ readFile "static/index.html" | safeHTML }}

0 commit comments

Comments
 (0)