Code-dot-mil / Code-dot-mil/code.mil
Footer Email Reference
Open
[effort] small
[issue-type] enhancement
[skill-level] beginner
code.gov
help wanted
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
## Feature
Increase maintainability of references in footer
## Affected Area
[footer](https://github.com/Code-dot-mil/code.mil/blob/master/src/_data/footer.yml), 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}}'
```
Contributor guide
Assessment
This issue has not been assessed yet.