Skip to content
Extraits de code Groupes Projets
Valider 5bd81111 rédigé par RealET's avatar RealET :kissing_cat:
Parcourir les fichiers

fix : c'était pas le timestamp mais un espace au début de l'url !

parent 930b5686
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -68,12 +68,12 @@ CancelMonitorTextSize = false;
<meta property="og:type" content="[(#ENV{template}|=={'Sommaire'}|?{website,article})]" />
<meta property="og:url" content="[(#SELF|url_absolue)]" />
#SET{logoreseauxsociaux,''}
[(#SET{logoreseauxsociaux,[(#ENV{id_article}|oui)[(#LOGO_ARTICLE_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|supprimer_timestamp|url_absolue)]]})]
[(#GET{logoreseauxsociaux}|non)[(#ENV{id_syndic}|oui)[(#SET{logoreseauxsociaux,[(#LOGO_SITE_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|supprimer_timestamp|url_absolue)]})]]]
[(#GET{logoreseauxsociaux}|non)[(#ENV{id_mot}|oui)[(#SET{logoreseauxsociaux,[(#LOGO_MOT_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|supprimer_timestamp|url_absolue)]})]]]
[(#GET{logoreseauxsociaux}|non)[(#ENV{id_groupe}|oui)[(#SET{logoreseauxsociaux,[(#LOGO_GROUPE_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|supprimer_timestamp|url_absolue)]})]]]
[(#GET{logoreseauxsociaux}|non)[(#SET{logoreseauxsociaux,[(#LOGO_RUBRIQUE_NORMAL|sinon{#CHEMIN{images/nature-2683474_1920.jpg}}|image_focus{600,600}|extraire_attribut{src}|sinon{''}|supprimer_timestamp|url_absolue)]})]]
[<meta property="og:image" content="(#GET{logoreseauxsociaux})" />]
[(#SET{logoreseauxsociaux,[(#ENV{id_article}|oui)[(#LOGO_ARTICLE_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|url_absolue)]]})]
[(#GET{logoreseauxsociaux}|non)[(#ENV{id_syndic}|oui)[(#SET{logoreseauxsociaux,[(#LOGO_SITE_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|url_absolue)]})]]]
[(#GET{logoreseauxsociaux}|non)[(#ENV{id_mot}|oui)[(#SET{logoreseauxsociaux,[(#LOGO_MOT_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|url_absolue)]})]]]
[(#GET{logoreseauxsociaux}|non)[(#ENV{id_groupe}|oui)[(#SET{logoreseauxsociaux,[(#LOGO_GROUPE_NORMAL|image_focus{600,600}|extraire_attribut{src}|sinon{''}|url_absolue)]})]]]
[(#GET{logoreseauxsociaux}|non)[(#SET{logoreseauxsociaux,[(#LOGO_RUBRIQUE_NORMAL|sinon{#CHEMIN{images/nature-2683474_1920.jpg}}|image_focus{600,600}|extraire_attribut{src}|sinon{''}|url_absolue)]})]]
[<meta property="og:image" content="(#GET{logoreseauxsociaux}|trim)" />]
<meta property="og:site_name" content="[(#NOM_SITE_SPIP|supprimer_tags|attribut_html)]" />
[<meta property="og:description" content="(#ENV{metadescription,[(#DESCRIPTIF_SITE_SPIP|supprimer_tags|attribut_html)]}|couper{150})" />]
<meta property="og:locale" content="[(#LANG|mb_strtolower)]_[(#LANG|mb_strtoupper)]" />
......@@ -82,7 +82,7 @@ CancelMonitorTextSize = false;
<meta property="twitter:url" content="[(#SELF|url_absolue)]" />
<meta property="twitter:title" content="[(#ENV{title}|sinon{[(#NOM_SITE_SPIP|supprimer_tags|attribut_html)]})]" />
[<meta property="twitter:description" content="(#ENV{metadescription,[(#DESCRIPTIF_SITE_SPIP|supprimer_tags|attribut_html)]}|couper{150})" />]
[<meta property="twitter:image" content="(#GET{logoreseauxsociaux})" />]
[<meta property="twitter:image" content="(#GET{logoreseauxsociaux}|trim)" />]
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<BOUCLE_http-equiv(MOTS){type=_HTTP-EQUIV}{par titre}>[<meta[ http-equiv="(#TITRE|supprimer_tags|attribut_html)"] content="(#TEXTE|supprimer_tags|attribut_html)" />]</BOUCLE_http-equiv>
<BOUCLE_meta_tags(MOTS){type=_META}{par titre}>[<meta[ name="(#TITRE|supprimer_tags|attribut_html)"] content="(#TEXTE|supprimer_tags|attribut_html)" />]</BOUCLE_meta_tags>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter