Skip to content

Commit

Permalink
fix: indnex
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Nov 3, 2023
1 parent 4be4e94 commit 5541109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/themes/coming-soon/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ <h1>COMING SOON</h1>
{{ range .Site.Params.SocialIcons }}
<li class="social-icon">
{{ $iconName := .name }}
<a href="{{ if eq $iconName " email" }}mailto:{{ .url }} {{ else }}{{ .url }}{{ end }}" {{ if .rel
}}rel="{{ .rel }}" {{ end }}>
<a href="{{ if eq $iconName " email" }}mailto:{{ .url }} {{ else }}{{ .url }}{{ end }}" {{ if .rel }}rel="{{ .rel }}" {{ end }}>
<img src="{{ $.Site.BaseURL }}/svg/icons/{{ .name }}.svg" alt="test" />
</a>
</li>
Expand Down

0 comments on commit 5541109

Please sign in to comment.