Skip to content

Commit

Permalink
chore: change social media's username
Browse files Browse the repository at this point in the history
Signed-off-by: Husen <hi@husen.id>
  • Loading branch information
heyhusen committed Feb 8, 2024
1 parent 79163bb commit 64e1d42
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
16
8 changes: 4 additions & 4 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ author:
name: Ahmad Husen
email: hi@husen.id
social:
github: hapakaien
gitlab: hapakaien
linkedin: hapakaien
twitter: hapakaien
github: heyhusen
gitlab: heyhusen
linkedin: heyhusen
twitter: heyhusen
params:
description: "My personal website, portfolio, and blog."
image: "https://ogigen.husen.id/api?layout=home"
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/components/docs-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3>More</h3>
target="_blank"
rel="noopener noreferrer"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/edit.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/edit.svg" }}
{{ .Content | replaceRE "<svg" "<svg aria-hidden=\"true\"" | safeHTML }}
{{ end }}

Expand All @@ -22,7 +22,7 @@ <h3>More</h3>
target="_blank"
rel="noopener noreferrer"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/github.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/github.svg" }}
{{ .Content | replaceRE "<svg" "<svg aria-hidden=\"true\"" | safeHTML }}
{{ end }}

Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/components/featured-project-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="featured-project__title">{{ .name | humanize }}</h2>
href="{{ .html_url }}"
class="btn"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/github.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/github.svg" }}
{{ .Content | replaceRE "<svg" "<svg class=\"btn__icon\"" | safeHTML }}
{{ end }}

Expand Down Expand Up @@ -52,7 +52,7 @@ <h2 class="featured-project__title">{{ .Title | humanize }}</h2>

<div class="featured-project__button">
<a href="{{ .RelPermalink }}" class="btn">
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/code.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/code.svg" }}
{{ .Content | replaceRE "<svg" "<svg class=\"btn__icon\"" | safeHTML }}
{{ end }}

Expand All @@ -64,7 +64,7 @@ <h2 class="featured-project__title">{{ .Title | humanize }}</h2>
href="{{ . }}"
class="btn"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/eye.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/eye.svg" }}
{{ .Content | replaceRE "<svg" "<svg class=\"btn__icon\"" | safeHTML }}
{{ end }}

Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/components/post-share.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
aria-label="Facebook"
>
<span aria-hidden="true">
{{ (resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/facebook.svg").Content | safeHTML }}
{{ (resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/facebook.svg").Content | safeHTML }}
</span>
</a>
<a
Expand All @@ -16,7 +16,7 @@
aria-label="LinkedIn"
>
<span aria-hidden="true">
{{ (resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/linkedin.svg").Content | safeHTML }}
{{ (resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/linkedin.svg").Content | safeHTML }}
</span>
</a>
<a
Expand All @@ -26,7 +26,7 @@
aria-label="Twitter"
>
<span aria-hidden="true">
{{ (resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/twitter.svg").Content | safeHTML }}
{{ (resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/twitter.svg").Content | safeHTML }}
</span>
</a>
</div>
8 changes: 4 additions & 4 deletions layouts/partials/components/social-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
target="_blank"
aria-label="LinkedIn"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/linkedin.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/linkedin.svg" }}
{{ .Content | replaceRE "<svg" "<svg aria-hidden=\"true\"" | safeHTML }}
{{ end }}
</a>
Expand All @@ -19,7 +19,7 @@
target="_blank"
aria-label="GitHub"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/github.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/github.svg" }}
{{ .Content | replaceRE "<svg" "<svg aria-hidden=\"true\"" | safeHTML }}
{{ end }}
</a>
Expand All @@ -32,7 +32,7 @@
target="_blank"
aria-label="Twitter"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/twitter.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/twitter.svg" }}
{{ .Content | replaceRE "<svg" "<svg aria-hidden=\"true\"" | safeHTML }}
{{ end }}
</a>
Expand All @@ -43,7 +43,7 @@
href="{{ .RelPermalink }}"
aria-label="RSS"
>
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/master/icons/rss.svg" }}
{{ with resources.GetRemote "https://github.com/feathericons/feather/raw/v4.29.1/icons/rss.svg" }}
{{ .Content | replaceRE "<svg" "<svg aria-hidden=\"true\"" | safeHTML }}
{{ end }}
</a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"serve": "14.0.1"
},
"engines": {
"node": ">=16.x.x"
"node": "16.x.x"
}
}

0 comments on commit 64e1d42

Please sign in to comment.