Hide footer contact form, header titles
This commit is contained in:
parent
2e3f3722d0
commit
554c804f4d
2 changed files with 7 additions and 5 deletions
|
@ -2,14 +2,14 @@
|
|||
{% for sc in socials %}
|
||||
<a href="{{ sc.network_url }}" target="_blank" title="{{ sc.network_title }}"
|
||||
style="background-image:url(/static/images/social/{{ sc.network }}.png)">
|
||||
{{ sc.network_title }}</a>
|
||||
<span class="hidden">{{ sc.network_title }}</span></a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
|
||||
<a href="{{ contact.phone_link }}">
|
||||
<span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>
|
||||
<span class="hidden-xs">{{ contact.phone }}</span></a>
|
||||
<span class="hidden">{{ contact.phone }}</span></a>
|
||||
|
||||
<a href="{{ contact.email_link }}">
|
||||
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
|
||||
<span class="hidden-xs">{{ contact.email }}</span></a>
|
||||
<span class="hidden">{{ contact.email }}</span></a>
|
||||
|
|
|
@ -17,12 +17,14 @@
|
|||
</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4" id="contact-info">
|
||||
<div class="col-md-8" id="contact-info">
|
||||
{% contact_info %}
|
||||
</div>
|
||||
<!--
|
||||
<div class="col-md-4" id="contact-form">
|
||||
{% contact_form %}
|
||||
{# contact_form #}
|
||||
</div>
|
||||
-->
|
||||
</div><!-- /row -->
|
||||
</div><!-- /container -->
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue