thonk ... question for ppl, is there a way to have the 'external link' symbol for only outgoing links, or do you guys like ... make a class to tag just those links as outgoing and it adds a symbol at the end? (ex. ::after class). it's mostly since i wanna toggle what links are external
as long as all your internal links have relative paths, a[href^="http"]::after { content: 'your symbol'; } should style external links without having to add a class every time!
ooh awesome!!! thank you both :D i’ll take a look, would be awesome if font awesome icons could just Be Included but i’ll take a look with mucking around with that
(also might be thinking of moving some pages into their own subfolders like all my fun links being in a ... fun ... folder)
i have a css class and i use javascript to add the image to external links
as long as all your internal links have relative paths, a[href^="http"]::after { content: 'your symbol'; } should style external links without having to add a class every time!
ooh awesome!!! thank you both :D i’ll take a look, would be awesome if font awesome icons could just Be Included but i’ll take a look with mucking around with that