Skip to content

Commit

Permalink
Merge pull request #50 from tilllt/patch-1
Browse files Browse the repository at this point in the history
Update _index_contact_with_map.twig
  • Loading branch information
I-Valchev authored Dec 21, 2020
2 parents ed106a7 + 3bd0dd2 commit 375ba59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-2021/partials/_index_contact_with_map.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<div class="lg:w-1/2 px-6 mt-4 lg:mt-0">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm">EMAIL</h2>
<a class="text-indigo-500 leading-relaxed"><a href="mailto:{{ config.get('theme/location/email') }}">{{ config.get('theme/location/email') }}</a>
<a class="text-indigo-500 leading-relaxed" href="mailto:{{ config.get('theme/location/email') }}">{{ config.get('theme/location/email') }}</a>
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mt-4">PHONE</h2>
<p class="leading-relaxed"><a href="tel:{{ config.get('theme/location/phone') }}">{{ config.get('theme/location/phone') }}</a></p>
</div>
Expand All @@ -32,4 +32,4 @@
{% endif %}
</div>
</div>
</section>
</section>

0 comments on commit 375ba59

Please sign in to comment.