Closed lidopaglia closed 7 years ago
The liquid syntax to apply an email icon and white text to program mailto links in the theme footer doesn't seem to be applying:
{% for line in site.address %} {% if line == site.address.email %} <li class="grey-text"><a href="mailto:{{ line[1] }}" class="white-text"><i class="material-icons">email</i> {{ line[1] }}</a></li> {% else %} <li class="grey-text">{{ line[1] }}</li> {% endif %} {% endfor %}
results in:
Some _config.yml files across sites may need to remove the additional href links in the site.address.email value.
_config.yml
href
site.address.email
The liquid syntax to apply an email icon and white text to program mailto links in the theme footer doesn't seem to be applying:
results in:
Some
_config.yml
files across sites may need to remove the additionalhref
links in thesite.address.email
value.