Skip to content

Commit ae1ea20

Browse files
committed
Change title link to breadcrumbs in post page.
1 parent 7822d9d commit ae1ea20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
pageClass: page-type-post
44
---
55

6-
<div class="trace">/ <a href="/blog/">{{ site.blog.name }}</a> / {{ page.title }}</div>
6+
<div class="trace">/ <a href="/blog/">{{ site.blog.name }}</a> / <a href="{{ page.url }}">{{ page.title }}</a></div>
77

88
<article>
9-
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
9+
<h1>{{ page.title }}</h1>
1010
{% assign post = page %}
1111
{% include meta.tpl %}
1212
{{ content }}

0 commit comments

Comments
 (0)