CoffeeScript syntax is convenient.
This commit is contained in:
parent
0f058432e4
commit
6a1223ef04
@ -59,8 +59,7 @@ Get =
|
|||||||
# and their clones,
|
# and their clones,
|
||||||
# get all of their backlinks.
|
# get all of their backlinks.
|
||||||
if Conf['Quote Backlinks']
|
if Conf['Quote Backlinks']
|
||||||
for quote in post.quotes
|
for quote in post.quotes when quotedPost = g.posts[quote]
|
||||||
continue unless quotedPost = g.posts[quote]
|
|
||||||
qLconcat quotedPost.nodes.quotelinks
|
qLconcat quotedPost.nodes.quotelinks
|
||||||
handleClones quotedPost.clones
|
handleClones quotedPost.clones
|
||||||
# Third:
|
# Third:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user