Update Post.nodes.backlinks for bottom backlinks.

This commit is contained in:
ccd0 2017-10-22 22:26:03 -07:00
parent f63e9befa5
commit 95935afa33

View File

@ -97,9 +97,9 @@ class Post
Object.defineProperty nodes, 'backlinks',
configurable: true
enumerable: true
get: -> info.getElementsByClassName 'backlink'
get: -> post.getElementsByClassName 'backlink'
else
nodes.backlinks = info.getElementsByClassName 'backlink'
nodes.backlinks = post.getElementsByClassName 'backlink'
nodes