We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2caa5 commit 30d56e5Copy full SHA for 30d56e5
layouts/partials/dl-svg-icon.html
@@ -1,3 +1,3 @@
1
{{
2
- (resources.GetRemote (printf "https://raw.githubusercontent.com/simple-icons/simple-icons/master/icons/%s.svg" .icon)).Content | safeHTML
+ (resources.GetRemote (printf "https://unpkg.com/simple-icons@v12/icons/%s.svg" .icon)).Content | safeHTML
3
}}
layouts/partials/footer.html
@@ -32,7 +32,7 @@
32
33
{{ if isset .Site.Params "twitter" }}
34
<a href="https://twitter.com/{{ .Site.Params.twitter }}" title="Twitter">
35
- {{ partial "dl-svg-icon.html" (dict "icon" "twitter") }}
+ {{ partial "dl-svg-icon.html" (dict "icon" "x") }}
36
<span class="sr-only">Twitter profile</span>
37
</a>
38
{{ end }}
0 commit comments