Skip to content

Commit

Permalink
Change Twitter to X
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Aug 11, 2024
1 parent 3b916ef commit b977b79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions docs/docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
}
}

.twitter {
color: #1DA1F2;
.x {
color: #fff;
animation: pulse 1000ms infinite;
}

.twitter-link {
.x-link {
color: white !important;
}
</style>
<a href="https://twitter.com/chillibits" target="_blank" class="twitter-link">
For updates follow <strong>@chillibits</strong> on <span class="twemoji twitter"> {% include ".icons/fontawesome/brands/twitter.svg" %} </span> <strong>Twitter</strong>
<a href="https://x.com/chillibits" target="_blank" class="x-link">
For updates follow <strong>@chillibits</strong> on <span class="twemoji x"> {% include ".icons/fontawesome/brands/x.svg" %} </span> <strong>X</strong>
</a>
{% endblock %}

Expand All @@ -39,11 +39,11 @@
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@chillibits">
<meta name="twitter:creator" content="@chillibits">
<meta name="twitter:title" content="{{ title }}">
<meta name="twitter:description" content="{{ config.site_description }}">
<meta name="twitter:image" content="{{ image }}">
<meta name="x:card" content="summary_large_image">
<meta name="x:site" content="@chillibits">
<meta name="x:creator" content="@chillibits">
<meta name="x:title" content="{{ title }}">
<meta name="x:description" content="{{ config.site_description }}">
<meta name="x:image" content="{{ image }}">
<meta name="theme-color" content="#829FAF">
{% endblock %}
4 changes: 2 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/spicelang/spice
- icon: fontawesome/brands/twitter
link: https://twitter.com/chillibits
- icon: fontawesome/brands/x
link: https://x.com/chillibits
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/chillibits/spice

Expand Down

0 comments on commit b977b79

Please sign in to comment.