Browse Source

Ajout des microformats sur les infos de contact

svn/attic/html5up_editorial/118729
jeanmarie.listes@cousumain.info 4 years ago
parent
commit
e30f9430e3
  1. 9
      inclure/sidebar.html

9
inclure/sidebar.html

@ -26,10 +26,11 @@
<h2><:html5up:contact:></h2>
</header>
<ul class="contact">
[<li class="fa-envelope-o"><a href="mailto:#CONFIG{sociaux/mail}">(#CONFIG{sociaux/mail})</a></li>]
[<li class="fa-phone">(#CONFIG{html5up/contact_telephone})</li>]
[<li class="fa-home">(#CONFIG{html5up/contact_adresse}|propre|ptobr)</li>]
<ul class="contact" itemscope itemtype="http://schema.org/Organization">
[<li class="fa-envelope-o" itemprop="email"><a href="mailto:#CONFIG{sociaux/mail}">(#CONFIG{sociaux/mail})</a></li>]
[<li class="fa-phone" itemprop="telephone">(#CONFIG{html5up/contact_telephone})</li>]
[<li class="fa-home" itemprop="address">(#CONFIG{html5up/contact_adresse}|propre|ptobr)</li>]
[<li class="fa-clock-o">(#CONFIG{html5up/contact_complement}|propre|ptobr)</li>]
[(#PLUGIN{contact}|oui)
<li class="contact_form fa-share">

Loading…
Cancel
Save