Provide prev and next note link

This commit is contained in:
syuilo 2018-05-06 01:43:53 +09:00
parent 11716fa9d3
commit 29ad7ab0cf

View file

@ -19,3 +19,8 @@ block meta
meta(property='og:description' content= summary)
meta(property='og:url' content= url)
meta(property='og:image' content= img)
if note.prev
link(rel='prev' href=`${config.url}/notes/${note.prev.id}`)
if note.next
link(rel='next' href=`${config.url}/notes/${note.next.id}`)