Skip to content

Commit

Permalink
updated email
Browse files Browse the repository at this point in the history
added mailto: in the html to bring up the email link
  • Loading branch information
demi-johnson committed Nov 26, 2021
1 parent a1f1195 commit d5b0f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/news-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="font-heading-3xl text-accent-cool">{{ page.title }}</h1>
</li>
{% endfor %}
</ul>
<p>For all press inquiries, please contact <a href="{{ page.contact-email }}" class="usa-link"></p>
<p>For all press inquiries, please contact <a href="mailto: {{ page.contact-email }}" class="usa-link">{{ page.contact-email }}</a></p>
</div>
<p>Source: <a href="{{ page.source-url }}" class="usa-link">{{ page.source-domain }}</p>
</section>
Expand Down

0 comments on commit d5b0f3e

Please sign in to comment.