Skip to content

Commit 2e96bfd

Browse files
committed
Add bluesky icon
1 parent 21bf65e commit 2e96bfd

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

content/authors/admin/_index.es.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ user_groups = ["Admin", "Investigador Principal"]
6161
link = "http://lcolladotor.github.io"
6262

6363
[[social]]
64-
icon = "bluesky-brands-solid"
65-
icon_pack = "custom"
64+
icon = "bluesky"
65+
icon_pack = "fab"
6666
link = "https://bsky.app/profile/lcolladotor.bsky.social"
6767

6868
[[social]]

content/authors/admin/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ user_groups = ["Admin", "Principal Investigator"]
6161
link = "http://lcolladotor.github.io"
6262

6363
[[social]]
64-
icon = "bluesky-brands-solid"
65-
icon_pack = "custom"
64+
icon = "bluesky"
65+
icon_pack = "fab"
6666
link = "https://bsky.app/profile/lcolladotor.bsky.social"
6767

6868
[[social]]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script src="https://kit.fontawesome.com/61d1e02f7e.js" crossorigin="anonymous"></script>

layouts/partials/site_footer.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ errorf "Check your `params.yaml`. Cannot find footer block at `layouts/partials/%s`" $footer_section_path }}
1010
{{ end }}
1111
{{ partial $footer_section_path . }}
12-
12+
1313
<p>
1414
<!-- AddThis Smart Layers BEGIN -->
1515
<!-- Go to http://www.addthis.com/get/smart-layers to customize -->
@@ -48,18 +48,18 @@
4848
shorten: {
4949
twitter: 'bitly'
5050
}
51-
},
51+
},
5252
shorteners : {
5353
bitly : {}
5454
}
5555
}
5656
</script>
57-
58-
<center>
57+
58+
<center>
5959
<div id="clustrmaps-widget"></div><script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=300&t=m&d=Zo-deincaJGsqhqjIWsujtdoNOMJsnnZLefKmxDKVv8&co=124b73&cmo=dd53ff&cmn=4ec724'></script>
6060
</center>
6161
</p>
62-
62+
6363

6464
<p class="powered-by">
6565
{{ $is_sponsor := site.Params.i_am_a_sponsor | default false }}

0 commit comments

Comments
 (0)