Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit d3a0f6d

Browse files
committed
Agregando icono linkedin en footer
1 parent f7fe0f0 commit d3a0f6d

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

_config.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ github_username: python-chile
1717
project_repository: pythonchile.cl
1818
disqus_shortname: python-chile
1919
facebook_username : groups/pythonchileprogramadores
20-
slack_username :
20+
linkedin_username : groups/4929519/
21+
slack_username :
2122
slack_invitacion: https://join.slack.com/t/python-chile/shared_invite/enQtMjczMjM1OTkxNjAwLTRmMmI5NDE3Yjg1MWYwYmRhMTIxNGNmODcwYWRmYTUwMmE2NWI0MjM0YmE3NzhhMTcyYWIzOWE2ZGNlMzM4ZjY
2223
g-analytics: UA-113857044-1
2324
altmetric: true
@@ -63,7 +64,7 @@ prose:
6364
field:
6465
element: "text"
6566
label: "Project"
66-
value: ""
67+
value: ""
6768
_posts:
6869
- name: "subtitle"
6970
field:
@@ -105,7 +106,7 @@ prose:
105106
field:
106107
element: "text"
107108
label: "Project"
108-
value: ""
109+
value: ""
109110
- name: "horizontal"
110111
field:
111112
element: "hidden"
@@ -129,13 +130,13 @@ prose:
129130
- name: "Blood"
130131
value: "blood"
131132
- name: "Moon"
132-
value: "moon"
133+
value: "moon"
133134
- name: "Night"
134135
value: "night"
135136
- name: "Sky"
136137
value: "sky"
137138
- name: "Solarized"
138-
value: "solarized"
139+
value: "solarized"
139140
- name: "trans"
140141
field:
141142
element: "select"
@@ -147,13 +148,13 @@ prose:
147148
- name: "Page"
148149
value: "page"
149150
- name: "Concave"
150-
value: "concave"
151+
value: "concave"
151152
- name: "Linear"
152153
value: "linear"
153154
- name: "Fade"
154155
value: "fade"
155156
- name: "None"
156-
value: "none"
157+
value: "none"
157158
- name: "visualworkflow"
158159
field:
159160
element: "checkbox"

_includes/footer.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@
8989
</a>
9090
</li>
9191
{% endif %}
92+
93+
{% if site.linkedin_username %}
94+
<li>
95+
<a href="https://www.linkedin.com/{{ site.linkedin_username }}" target="_blank">
96+
<span class="fa-stack fa-lg">
97+
<i class="fa fa-circle fa-stack-2x"></i>
98+
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
99+
</span>
100+
</a>
101+
</li>
102+
{% endif %}
92103
</ul>
93104
<p class="copyright text-muted"> Copyright © Python-chile {{ site.time | date: '%Y' }}</a>
94105
</div>

0 commit comments

Comments
 (0)