diff options
Diffstat (limited to 'layouts/projects/single.html')
-rw-r--r-- | layouts/projects/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/projects/single.html b/layouts/projects/single.html index 14ce85f..34f048c 100644 --- a/layouts/projects/single.html +++ b/layouts/projects/single.html @@ -2,7 +2,7 @@ <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-4 sidebar"> - <h1 class="post-title fw-semibold">{{.Page.CurrentSection.Title}}</h1> + <h1 class="post-title fw-semibold"><a href="{{.Page.FirstSection.RelPermalink}}">{{.Page.FirstSection.Title}}</a></h1> {{ if .Page.TableOfContents }} <h2 class="fw-semibold">Содержание</h2> {{ .Page.TableOfContents }} |