Top Level Namespace

Defined Under Namespace

Modules: Jekyll

Constant Summary collapse

EXISTING_ICON_SELECTORS =
[
  'i[class*="fa-external-link"]',
  'i[class*="up-right-from-square"]',
  'svg[data-icon="external-link"]',
  'svg[data-icon="up-right-from-square"]',
  'svg[data-icon="arrow-up-right-from-square"]'
].freeze