Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit eac7aad

Browse files
Remove singularization of title in header
Fixes #37
1 parent a3bb5f8 commit eac7aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88
<div class="stretch">
99
<div class="title">
10-
{{ .Title | singularize }}
10+
{{ .Title }}
1111
</div>
1212
</div>
1313

0 commit comments

Comments
 (0)