Skip to content

Commit

Permalink
Rename section title to pageTitle
Browse files Browse the repository at this point in the history
See #109
  • Loading branch information
Ilya Radchenko committed Aug 29, 2016
1 parent d496bf3 commit 1db8f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ mixin footer-nav(prev, next)
if prev
.left
a(href=prev.url)
span.title= prev.sectionTitle
span.title= prev.pageTitle
if next
.right
a(href=next.url)
span.label= "Next: "
span.title= next.sectionTitle
span.title= next.pageTitle

//-
//- html
Expand Down

0 comments on commit 1db8f8a

Please sign in to comment.