-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
Feature
Increase maintainability of references in footer
Affected Area
footer, lines 58 & 59
Description
'href' for email uses a liquid reference to the configuration file. However, the associated 'text' is hard-coded. hard-coding could be replaced with:
'{{site.email}}'