diff --git a/content/blog/mastering-tabi-settings/index.ca.md b/content/blog/mastering-tabi-settings/index.ca.md index b58a5e5..9237891 100644 --- a/content/blog/mastering-tabi-settings/index.ca.md +++ b/content/blog/mastering-tabi-settings/index.ca.md @@ -704,6 +704,8 @@ Per utilitzar una icona personalitzada, pots afegir-la al directori `static/soci { name = "custom", url = "https://example.com", icon = "custom" } ``` +{{ admonition(type="note", title="NOTA", text="Tots els enllaços a xarxes socials inclouen l'[atribut](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/me) `rel='me'`. Això ajuda els motors de cerca i serveis web a verificar que les comptes de xarxes socials et pertanyen.") }} + ### Icona de feed | Pàgina | Secció | `config.toml` | Segueix la jerarquia | Requereix JavaScript | diff --git a/content/blog/mastering-tabi-settings/index.es.md b/content/blog/mastering-tabi-settings/index.es.md index 5c987cc..ce5a929 100644 --- a/content/blog/mastering-tabi-settings/index.es.md +++ b/content/blog/mastering-tabi-settings/index.es.md @@ -706,6 +706,8 @@ Para usar un icono personalizado, puedes añadirlo al directorio `static/social_ { name = "custom", url = "https://example.com", icon = "custom" } ``` +{{ admonition(type="note", title="NOTA", text="Todos los enlaces sociales incluyen el [atributo](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/me) `rel='me'`. Esto ayuda a los motores de búsqueda y servicios web a verificar que las cuentas de redes sociales te pertenecen.") }} + ### Icono de feed | Página | Sección | `config.toml` | Respeta jerarquía | Requiere JavaScript | diff --git a/content/blog/mastering-tabi-settings/index.md b/content/blog/mastering-tabi-settings/index.md index 90a1465..ce4ce6d 100644 --- a/content/blog/mastering-tabi-settings/index.md +++ b/content/blog/mastering-tabi-settings/index.md @@ -716,6 +716,8 @@ To use a custom icon, you can add it to your site's `static/social_icons` direct { name = "custom", url = "https://example.com", icon = "custom" } ``` +{{ admonition(type="note", text="All social links include the `rel='me'` [attribute](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/me). This helps search engines and web services verify that the social media accounts are owned by you.") }} + ### Feed Icon | Page | Section | `config.toml` | Follows Hierarchy | Requires JavaScript |