Skip to content

Commit

Permalink
twitter.com -> x.com
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jul 19, 2024
1 parent f07f4ac commit 9d98cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{%- endif -%}
{%- if site.twitter -%}
<li>
<a href="https://twitter.com/{{site.twitter}}" target="_blank" title="Twitter">
<a href="https://x.com/{{site.twitter}}" target="_blank" title="Twitter">
<svg class="iconsvg"><use xlink:href="#twitter"></use></svg>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<a href="{{page.mastodon}}"><svg class="iconsvg pre-text"><use xlink:href="#mastodon"></use></svg> Mastodon</a>
{%- endif -%}
{%- if page.twitter -%}
<a href="https://twitter.com/{{page.twitter}}"><svg class="iconsvg pre-text"><use xlink:href="#twitter"></use></svg> Twitter</a>
<a href="https://x.com/{{page.twitter}}"><svg class="iconsvg pre-text"><use xlink:href="#twitter"></use></svg> Twitter</a>
{%- endif -%}
{%- if page.github -%}
<a href="https://github.com/{{page.github}}"><svg class="iconsvg pre-text"><use xlink:href="#github"></use></svg> GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<li><a href="{{page.mastodon}}" title="{{page.title}} on Mastodon" target="_blank"><svg class="iconsvg"><use xlink:href="#mastodon"></use></svg></a></li>
{%- endif -%}
{%- if page.twitter -%}
<li><a href="https://twitter.com/{{page.twitter}}" title="@{{page.twitter}} on Twitter" target="_blank"><svg class="iconsvg"><use xlink:href="#twitter"></use></svg></a></li>
<li><a href="https://x.com/{{page.twitter}}" title="@{{page.twitter}} on Twitter" target="_blank"><svg class="iconsvg"><use xlink:href="#twitter"></use></svg></a></li>
{%- endif -%}
{%- if page.facebook -%}
<li><a href="https://facebook.com/{{page.facebook}}" title="{{page.title}} on Facebook" target="_blank"><svg class="iconsvg"><use xlink:href="#facebook"></use></svg></a></li>
Expand Down

0 comments on commit 9d98cab

Please sign in to comment.