/* a[href$="/"].link-icon:before, */
/* a[href$=".html"].link-icon:before, */

a[href$="/"].link-icon:before,
a.link-icon.link-folder[href]:before {
	content: "\f07b \00a0"; /*Folder*/
	font-family: "Font Awesome 5 Free";
}
a[href$=".html"].link-icon:before,
a.link-icon.link-html5[href]:before {
	content: "\f13b \00a0"; /*HTML5*/
	font-family: "Font Awesome 5 Free";
}
