Code-dot-mil/code.mil

Footer Email Reference

Open

#235 geöffnet am 15. Juli 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (115 Forks)batch import
[effort] small[issue-type] enhancement[skill-level] beginnercode.govhelp wanted

Repository-Metriken

Stars
 (1.238 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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}}'

Contributor Guide