Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Apr 16, 2020
1 parent a4e021b commit 40d7926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scala/io/bazeltools/proto3docgen/HugoContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ case class HugoContext(
}
val contents = s"""
---
title: ${pkgTitle}
title: "${pkg.name}"
linkTitle: "${pkgTitle}"
---

${pkg.toSection(this).toMarkdown(1).render(0)}
Expand Down

0 comments on commit 40d7926

Please sign in to comment.