summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/git/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bare/layouts/git/single.html')
-rw-r--r--themes/bare/layouts/git/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bare/layouts/git/single.html b/themes/bare/layouts/git/single.html
index 82aa0d2..c353cbd 100644
--- a/themes/bare/layouts/git/single.html
+++ b/themes/bare/layouts/git/single.html
@@ -8,7 +8,7 @@
<head>
- <title>{{.Params.name}}</title>
+ <title>{{.Params.friendly_name}}</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -20,7 +20,7 @@
<main>
- <h1>{{.Params.name}}</h1>
+ <h1>{{.Params.friendly_name}}</h1>
<div class="card">
<p class="card-first-item">{{ .Params.description }}</p>