Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/pages/grupos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion pycltheme/templates/headermeta.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6cf87c29c5.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/js/all.min.js" integrity="sha512-b+nQTCdtTBIRIbraqNEwsjB6UvL3UEMkXnhzd8awtCYh0Kcsjl9uEgwVFVbhoj3uu1DO1ZMacNvLoyJJiNfcvg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />

<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
Expand Down
4 changes: 2 additions & 2 deletions pycltheme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h5 class="mt-4 font-weight-medium mb-0">{{ nombre }}</h5>
<h6 class="subtitle mb-2 mt-2">
{%if datos['linkedin'] %}<a target="_blank" href="https://linkedin.com/in/{{ datos['linkedin'] }}"><i class="fab fa-linkedin fa-lg mr-1"></i></a>{% endif %}
{%if datos['github'] %}<a target="_blank" href="https://github.com/{{ datos['github'] }}"><i class="fab fa-github fa-lg mr-1"></i></a>{% endif %}
{%if datos['twitter'] %}<a target="_blank" href="https://twitter.com/{{ datos['twitter'] }}"><i class="fab fa-twitter fa-lg mr-1"></i></a>{% endif %}
{%if datos['twitter'] %}<a target="_blank" href="https://x.com/{{ datos['twitter'] }}"><i class="fab fa-x-twitter fa-lg mr-1"></i></a>{% endif %}
</h6>
<p class="card-text-coord">
{{ datos['descripcion'] }}
Expand Down Expand Up @@ -74,7 +74,7 @@ <h5 class="mt-4 font-weight-medium mb-0">{{ nombre }}</h5>
<h6 class="subtitle mb-2 mt-2">
{%if datos['linkedin'] %}<a target="_blank" href="https://linkedin.com/in/{{ datos['linkedin'] }}"><i class="fab fa-linkedin fa-lg mr-1"></i></a>{% endif %}
{%if datos['github'] %}<a target="_blank" href="https://github.com/{{ datos['github'] }}"><i class="fab fa-github fa-lg mr-1"></i></a>{% endif %}
{%if datos['twitter'] %}<a target="_blank" href="https://twitter.com/{{ datos['twitter'] }}"><i class="fab fa-twitter fa-lg mr-1"></i></a>{% endif %}
{%if datos['twitter'] %}<a target="_blank" href="https://x.com/{{ datos['twitter'] }}"><i class="fab fa-x-twitter fa-lg mr-1"></i></a>{% endif %}
</h6>
<p class="card-text-coord">
{{ datos['descripcion'] }}
Expand Down