From c6e8ae96d3cf79da299656231ee78e9bafc99d6c Mon Sep 17 00:00:00 2001 From: Aldo Caneo Date: Fri, 31 Jan 2025 11:41:20 -0300 Subject: [PATCH] Cambia icono twitter --- content/pages/grupos.md | 2 +- pelicanconf.py | 4 ++-- pycltheme/templates/headermeta.html | 3 ++- pycltheme/templates/page.html | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/pages/grupos.md b/content/pages/grupos.md index c1d6e91..2f3aed5 100644 --- a/content/pages/grupos.md +++ b/content/pages/grupos.md @@ -33,7 +33,7 @@ actualizar la lista! * [Telegram](https://t.me/pythonchile) * [Slack](https://join.slack.com/t/python-chile/shared_invite/zt-3hitnkfk-I_CM~2ANuwofgARLZjI42A) * [Facebook](https://www.facebook.com/groups/pythonchileprogramadores/) -* [Twitter](https://twitter.com/pythonchiledev) +* [Twitter](https://x.com/pythonchiledev) * [Github](https://github.com/python-chile) * [YouTube](https://www.youtube.com/c/PythonChile) * [LinkedIn](https://www.linkedin.com/groups/4929519/) diff --git a/pelicanconf.py b/pelicanconf.py index dc57604..e7f8c39 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -78,8 +78,8 @@ }, "twitter": { "alt": "Twitter", - "icon": "fa-twitter", - "url": "https://twitter.com/pythonchiledev", + "icon": "fa-x-twitter", + "url": "https://x.com/pythonchiledev", }, "instagram": { "alt": "Instagram", diff --git a/pycltheme/templates/headermeta.html b/pycltheme/templates/headermeta.html index bf5372c..f8e4b4c 100644 --- a/pycltheme/templates/headermeta.html +++ b/pycltheme/templates/headermeta.html @@ -14,7 +14,8 @@ - + + diff --git a/pycltheme/templates/page.html b/pycltheme/templates/page.html index c04212f..54f6504 100644 --- a/pycltheme/templates/page.html +++ b/pycltheme/templates/page.html @@ -37,7 +37,7 @@
{{ nombre }}
{%if datos['linkedin'] %}{% endif %} {%if datos['github'] %}{% endif %} - {%if datos['twitter'] %}{% endif %} + {%if datos['twitter'] %}{% endif %}

{{ datos['descripcion'] }} @@ -74,7 +74,7 @@

{{ nombre }}
{%if datos['linkedin'] %}{% endif %} {%if datos['github'] %}{% endif %} - {%if datos['twitter'] %}{% endif %} + {%if datos['twitter'] %}{% endif %}

{{ datos['descripcion'] }}