Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Email address should be dynamic #3

Open
archcra opened this issue Jul 23, 2017 · 1 comment
Open

The Email address should be dynamic #3

archcra opened this issue Jul 23, 2017 · 1 comment

Comments

@archcra
Copy link

archcra commented Jul 23, 2017

File:https://github.com/Gottwik/enduro_mirror/blob/master/pages/index.hbs
Line 86:

	<a class="btn" href="mailto:[email protected]">Contact me</a>

should be:

        <a class="btn" href="mailto:{{contact_email}}">Contact me</a>
@Gottwik
Copy link
Owner

Gottwik commented Aug 4, 2017

Good point! @archcra care to pull request the fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants