Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Twitter to X #141

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions author.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
target="_blank"
rel="noopener"
class="button button--secondary button--small button--square spacing-right-1"
title="Twitter autora"
title="X (Twitter) autora"
>
<span class="icon">
{{> "icons/twitter"}}
</span>
<span class="visually-hidden">
Twitter
X (Twitter)
</span>
</a>
{{/if}}
Expand Down
4 changes: 2 additions & 2 deletions partials/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
{{/unless}}

{{#unless hideInternalLinks}}
{{navigation type="secondary" in_footer=true}}
{{navigation type="secondary" isInFooter=true}}
{{/unless}}

{{> "social-links" in_footer=true}}
{{> "social-links" isInFooter=true}}

<hr class="print-only" />

Expand Down
2 changes: 1 addition & 1 deletion partials/icons/twitter.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 29"><path d="M25.202,0L30.108,0L19.389,12.253L32,28.925L22.125,28.925L14.391,18.813L5.542,28.925L0.632,28.925L12.098,15.82L0,0L10.125,0L17.116,9.243L25.202,0ZM23.48,25.988L26.199,25.988L8.648,2.783L5.73,2.783L23.48,25.988Z"/></svg>
4 changes: 2 additions & 2 deletions partials/navigation.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav
class="
navigation
{{#if in_footer}}
{{#if isInFooter}}
navigation--secondary
spacing-bottom
{{/if}}
Expand Down Expand Up @@ -31,7 +31,7 @@
</li>
{{/foreach}}

{{#if in_footer}}
{{#if isInFooter}}
<li class="navigation__item">
<a
href=""
Expand Down
4 changes: 2 additions & 2 deletions partials/share-and-comment.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
class="button button--secondary button--small button--square spacing-right-1"
data-track="share"
data-track-method="Twitter"
title="Sdílet na Twitteru"
title="Sdílet na X (Twitteru)"
>
<span class="icon">
{{> "icons/twitter"}}
</span>
<span class="visually-hidden">
Twitter
X (Twitter)
</span>
</a>
<a
Expand Down
12 changes: 6 additions & 6 deletions partials/social-links.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class="
navigation
navigation--icons
{{#if in_footer}}
{{#if isInFooter}}
navigation--secondary
spacing-bottom
{{/if}}
Expand All @@ -17,10 +17,10 @@
class="navigation__icon-link"
target="_blank"
rel="noopener"
title="{{@site.title}} na Twitteru"
title="{{@site.title}} na X (Twitteru)"
data-track="navigate"
data-track-category="Outbound links"
data-track-label="Twitter in {{#if in_footer}}footer{{else}}header{{/if}}"
data-track-label="Twitter in {{#if isInFooter}}footer{{else}}header{{/if}}"
>
<span class="icon">
{{> "icons/twitter"}}
Expand All @@ -38,7 +38,7 @@
title="{{@site.title}} na Facebooku"
data-track="navigate"
data-track-category="Outbound links"
data-track-label="Facebook in {{#if in_footer}}footer{{else}}header{{/if}}"
data-track-label="Facebook in {{#if isInFooter}}footer{{else}}header{{/if}}"
>
<span class="icon">
{{> "icons/facebook"}}
Expand All @@ -55,7 +55,7 @@
title="{{@site.title}} na Instagramu"
data-track="navigate"
data-track-category="Outbound links"
data-track-label="Instagram in {{#if in_footer}}footer{{else}}header{{/if}}"
data-track-label="Instagram in {{#if isInFooter}}footer{{else}}header{{/if}}"
>
<span class="icon">
{{> "icons/instagram"}}
Expand All @@ -71,7 +71,7 @@
title="{{@site.title}} na GitHubu"
data-track="navigate"
data-track-category="Outbound links"
data-track-label="GitHub in {{#if in_footer}}footer{{else}}header{{/if}}"
data-track-label="GitHub in {{#if isInFooter}}footer{{else}}header{{/if}}"
>
<span class="icon">
{{> "icons/github"}}
Expand Down
Loading