Commit f03403b
_config.yml: no 'mailto' in 'email'
Closes carpentries/styles#283
`site.email` is used as:
_includes/lesson_footer.html: <a href="mailto:{{ site.email }}">Contact</a>
_includes/workshop_footer.html: <a href="mailto:{{ site.email }}">Contact</a>
Therefore, it does not make sense to have `mailto` in the `email` itself.1 parent 0e0f2bf commit f03403b
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
0 commit comments