diff options
Diffstat (limited to 'layouts/partials/layout.html')
-rw-r--r-- | layouts/partials/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/layout.html b/layouts/partials/layout.html index 3f4163d..69e5f3d 100644 --- a/layouts/partials/layout.html +++ b/layouts/partials/layout.html @@ -34,7 +34,7 @@ <body> <div id="container"> <header> - <h1 id="name"><a href="{{ .Site.BaseURL }}">Austin Adams</a></h1> + <h1 id="name"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1> {{ if $isBlog }} <div id="tagline"><a href="/blog/">The Blog</a></div> {{ else }} |