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
This commit is contained in:
Sandro Santilli 2020-05-12 14:36:33 +02:00 committed by Francesco Piantini
parent 19f1926be7
commit 24032fda04

View File

@ -1,5 +1,5 @@
{{ $title := .Title }}
{{ $url := printf "%s" .URL | absLangURL }}
{{ $url := printf "%s" .Permalink | absLangURL }}
{{ $icon_size := "32px" }}
{{ if not .Params.disable_share }}