We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9005b10 commit fb49236Copy full SHA for fb49236
1 file changed
layouts/_default/single.html
@@ -1,7 +1,7 @@
1
{{ define "main" }}
2
3
<nav class="breadcrumb" aria-label="Breadcrumb">
4
- <a href="/">← Home</a>
+ <a href="/">← {{ site.Title }}</a>
5
</nav>
6
7
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
0 commit comments