Skip to content

Commit 87fcb2f

Browse files
Replace twitter icons and links with x
1 parent 0df108d commit 87fcb2f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

ckanext/iaea/templates/footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ <h5 class="h4">Stay connected</h5>
5151
<a
5252
itemprop="sameAs"
5353
class="nav-link"
54-
title="Facebook"
55-
href="https://twitter.com/iaeaorg"
54+
title="X"
55+
href="https://x.com/iaeaorg"
5656
target="_blank"
5757
rel="noopener noreferrer"
5858
><svg
5959
class="me-1"
6060
xmlns="http://www.w3.org/2000/svg"
6161
width="18"
6262
height="18"
63-
viewBox="0 0 32 32"
63+
viewBox="0 0 24 24"
6464
>
65-
<title>logo-twitter</title>
65+
<title>logo-x</title>
6666
<g fill="currentColor">
6767
<path
6868
fill="currentColor"
69-
d="M32,6.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6C25.7,3.8,24,3,22.2,3 c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5C10.3,10.8,5.5,8.2,2.2,4.2c-0.6,1-0.9,2.1-0.9,3.3c0,2.3,1.2,4.3,2.9,5.5 c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1 c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1C2.9,27.9,6.4,29,10.1,29c12.1,0,18.7-10,18.7-18.7 c0-0.3,0-0.6,0-0.8C30,8.5,31.1,7.4,32,6.1z"
69+
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"
7070
></path>
7171
</g></svg
7272
>/ iaeaorg</a

ckanext/iaea/templates/package/read_base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ <h1>
108108
</div>
109109
{% endif %}
110110
<ul class="social-share">
111-
<li><a href="https://www.facebook.com/sharer.php?u={{ current_url }} target="_blank""><i class="fa fa-facebook"></i></a></li>
112-
<li><a href="https://www.linkedin.com/shareArticle?mini=true&url={{ current_url }}" target="_blank"><i class="fa fa-linkedin"></i></a></li>
113-
<li><a href="https://twitter.com/share?url={{current_url}}" target="_blank"><i class="fa fa-twitter"></i></a></li>
111+
<li><a href="https://www.facebook.com/sharer.php?u={{ current_url }}" target="_blank"><i class="fa-brands fa-facebook"></i></a></li>
112+
<li><a href="https://www.linkedin.com/shareArticle?mini=true&url={{ current_url }}" target="_blank"><i class="fa-brands fa-linkedin"></i></a></li>
113+
<li><a href="https://x.com/intent/post?url={{current_url}}" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
114114

115115
</ul>
116116
</div>

0 commit comments

Comments
 (0)