Skip to content

Commit

Permalink
[CHORE] fixing title on hoem page (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Takashi <[email protected]>
  • Loading branch information
nicolastakashi authored Jan 19, 2024
1 parent 64bf28b commit 84439e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title : "Perses"
title : "Home"
---

Open-source Apache-2.0 Licensed.
2 changes: 1 addition & 1 deletion website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<img src="/images/perses_logo_cropped.png">
<h1>{{ .Title }}</h1>
<h1>Perses</h1>
</div>
<div class="col-lg-9 col-xl-8 text-center">
<p class="lead">{{ .Params.lead | safeHTML }}</p>
Expand Down

0 comments on commit 84439e3

Please sign in to comment.