We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d56df commit 8a44b97Copy full SHA for 8a44b97
pkg/smithy/templates/repo-index.html
@@ -2,7 +2,11 @@
2
3
{{ $repo := .RepoName }}
4
5
+{{ if .Repo.Meta.Title }}
6
+<h1>{{ .Repo.Meta.Title }}</h1>
7
+{{ else }}
8
<h1>{{ .RepoName }}</h1>
9
+{{ end }}
10
11
<nav class="navbar navbar-expand navbar-light bg-light">
12
<div class="collapse navbar-collapse" id="navbarNav">
0 commit comments