--- # Ensure Jekyll converts this file. symbols: - 23F5 - 23F8 - 23F9 - 26F6 - 1F507 - 1F509 - 1F50A --- @import "_base.scss"; .symbol { background-position: center center; background-size: contain; color: transparent; } {% for symbol in page.symbols %}.symbol[data-symbol="\{{symbol}}"] { background-image: url("{{ "assets/symbols/u:symbol.svg" | replace_first: ":symbol", symbol | absolute_url }}"); } {% endfor %}