Skip to content

Commit

Permalink
Add missing page ID field to glossary page.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 24, 2023
1 parent ecff92e commit 740803b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/dictpress/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func handleGlossaryPage(c echo.Context) error {

// Render the results.
return c.Render(http.StatusOK, "glossary", pageTpl{
PageName: pageGlossary,
Initial: initial,
Initials: initials,
Glossary: gloss,
Expand Down

0 comments on commit 740803b

Please sign in to comment.