Skip to content

Commit 2d6a91d

Browse files
authored
Replace another 2 .URL occurrences with .Permalink (#275)
* Replace another 2 .URL occurrences with .Permalink This is basically a completion of #216 * Revert site-navigation URL change
1 parent 6500b99 commit 2d6a91d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/partials/social-share.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ $title := .Title }}
2-
{{ $url := printf "%s" .URL | absLangURL }}
2+
{{ $url := printf "%s" .Permalink | absLangURL }}
33
{{ $icon_size := "32px" }}
44

55
{{ if not .Params.disable_share }}
@@ -23,4 +23,4 @@
2323
{{ partialCached "svg/linkedin.svg" (dict "size" $icon_size) $icon_size }}
2424
</a>
2525
</div>
26-
{{ end }}
26+
{{ end }}

0 commit comments

Comments
 (0)