diff --git a/components/gc-follow-us/gc-follow-us-en.html b/components/gc-follow-us/gc-follow-us-en.html index 8b2a52fa7e..dbee8d2557 100644 --- a/components/gc-follow-us/gc-follow-us-en.html +++ b/components/gc-follow-us/gc-follow-us-en.html @@ -1,7 +1,7 @@ --- { "altLangPage": "gc-follow-us-fr.html", - "dateModified": "2024-02-02", + "dateModified": "2024-07-11", "description": "Working examples for the social media channels design pattern.", "language": "en", "title": "Social media channels", @@ -14,17 +14,33 @@

Vertical layout

-{%- include gc-follow-us/gc-follow-us.html isInline=false -%} +{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=false -%}
Code - {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=false -%}{% endhighlight %} + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=false -%}{% endhighlight %}

Horizontal layout

-{%- include gc-follow-us/gc-follow-us.html isInline=true -%} +{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=false -%}
Code - {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=true -%}{% endhighlight %} + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=false -%}{% endhighlight %} +
+ +

Vertical layout with 'More ways to connect'

+{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=true -%} + +
+ Code + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=true -%}{% endhighlight %} +
+ +

Horizontal layout with 'More ways to connect'

+{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=true -%} + +
+ Code + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=true -%}{% endhighlight %}
diff --git a/components/gc-follow-us/gc-follow-us-fr.html b/components/gc-follow-us/gc-follow-us-fr.html index 0b100f9612..fcce5da8e0 100644 --- a/components/gc-follow-us/gc-follow-us-fr.html +++ b/components/gc-follow-us/gc-follow-us-fr.html @@ -1,7 +1,7 @@ --- { "altLangPage": "gc-follow-us-en.html", - "dateModified": "2024-02-02", + "dateModified": "2024-07-11", "description": "Exemples pratiques pour le bloc des réseaux de médias sociaux.", "language": "fr", "title": "Bloc des réseaux de médias sociaux", @@ -14,17 +14,33 @@

Disposition verticale

-{%- include gc-follow-us/gc-follow-us.html isInline=false -%} +{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=false -%}
Code - {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=false -%}{% endhighlight %} + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=false -%}{% endhighlight %}

Disposition horizontale

-{%- include gc-follow-us/gc-follow-us.html isInline=true -%} +{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=false -%}
Code - {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=true -%}{% endhighlight %} + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=false -%}{% endhighlight %} +
+ +

Disposition verticale avec « D'autres moyens de rester en contact »

+{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=true -%} + +
+ Code + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=false moreWays=true -%}{% endhighlight %} +
+ +

Disposition horizontale avec « D'autres moyens de rester en contact »

+{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=true -%} + +
+ Code + {% highlight html %}{%- include gc-follow-us/gc-follow-us.html isInline=true moreWays=true -%}{% endhighlight %}
diff --git a/components/gc-follow-us/includes/gc-follow-us.html b/components/gc-follow-us/includes/gc-follow-us.html index ba0f5cd2d7..8906a55d7d 100644 --- a/components/gc-follow-us/includes/gc-follow-us.html +++ b/components/gc-follow-us/includes/gc-follow-us.html @@ -46,6 +46,17 @@

{%- if page.language == "fr" -%}Dans les médias sociaux{%- else -%}On socia {%- endif -%} + {% if include.moreWays %} +
  • + + {%- if page.language == "fr" -%} + D'autres moyens de rester en contact + {%- else -%} + More ways to connect + {%- endif -%} + +
  • + {% endif %}