I’ve got the following CSS to add a PDF icon to any link that links to a PDF:
a.pdf-link:after { padding-left: 2px; conte
Based on the answer I just did the following with jQuery:
$(".pdf-link").before("");