* Replace another 2 .URL occurrences with .Permalink This is basically a completion of #216 * Revert site-navigation URL changetags/2.6.0
{{ $title := .Title }} | {{ $title := .Title }} | ||||
{{ $url := printf "%s" .URL | absLangURL }} | |||||
{{ $url := printf "%s" .Permalink | absLangURL }} | |||||
{{ $icon_size := "32px" }} | {{ $icon_size := "32px" }} | ||||
{{ if not .Params.disable_share }} | {{ if not .Params.disable_share }} | ||||
{{ partialCached "svg/linkedin.svg" (dict "size" $icon_size) $icon_size }} | {{ partialCached "svg/linkedin.svg" (dict "size" $icon_size) $icon_size }} | ||||
</a> | </a> | ||||
</div> | </div> | ||||
{{ end }} | |||||
{{ end }} |