]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/backlinks_result_is_lossy.mdwn
Review request
[ikiwiki.git] / doc / todo / backlinks_result_is_lossy.mdwn
index 7306b15468c4d0664723c67fa7a9945be476371a..2a9fc4a0a8ef727c3312e354faf4c2d840269da4 100644 (file)
@@ -1,5 +1,4 @@
 [[!tag patch patch/core]]
-[[!template id=gitbranch branch=smcv/among author="[[smcv]]"]]
 
 IkiWiki::backlinks returns a form of $backlinks{$page} that has undergone a
 lossy transformation (to get it in the form that page templates want), making
@@ -9,3 +8,5 @@ A commit on my `among` branch splits it into IkiWiki::backlink_pages
 (which returns the keys of $backlinks{$page}, and might be suitable for
 exporting) and IkiWiki::backlinks (which calls backlink_pages, then performs
 the same lossy transformation as before on the result).
+
+[[done]] --[[Joey]]