Skip to content

Commit d6178f8

Browse files
committed
Update CustomLiquid notes, since the previous note is no longer relevant
1 parent 456463b commit d6178f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

11ty/CustomLiquid.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ export class CustomLiquid extends Liquid {
138138

139139
// Clean out elements to be removed
140140
// (e.g. editors.css & sources.css, and leftover template paragraphs)
141-
// Note 1: some paragraphs with the "instructions" class actually have custom content,
142-
// but for now this remains consistent with the XSLT process by stripping all of them.
143-
// Note 2: the link selector accounts for ~40 files forgetting class="remove" on editors.css
141+
// Note: the link selector accounts for ~40 files forgetting class="remove" on editors.css
144142
$(".remove, link[href$='editors.css'], section#meta, section.meta").remove();
145143

146144
if ($("p.instructions").length > 0) {

0 commit comments

Comments
 (0)