Skip to content

Commit

Permalink
📝 docs(mastering tabi): mention social links rel='me'
Browse files Browse the repository at this point in the history
Related: #410
  • Loading branch information
welpo committed Oct 13, 2024
1 parent 628bb73 commit 5db70b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/blog/mastering-tabi-settings/index.ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 2 additions & 0 deletions content/blog/mastering-tabi-settings/index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 2 additions & 0 deletions content/blog/mastering-tabi-settings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 5db70b7

Please sign in to comment.