Skip to content

Commit

Permalink
Algolia search link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Mar 11, 2024
1 parent c1f3271 commit 3c511f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>{{ .Title }}</title>
</head>
<body>
<header>
<h1>{{ .Title }}</h1>
</header>
<!-- <header>-->
<!-- <h1>{{ .Title }}</h1>-->
<!-- </header>-->
<main>
<!-- Your home page content goes here -->
{{ with .GetPage "docs/" }}{{ .Render }}{{ end }}
Expand Down

0 comments on commit 3c511f2

Please sign in to comment.