mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
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:
parent
6500b99ba6
commit
2d6a91d48a
@ -1,5 +1,5 @@
|
||||
{{ $title := .Title }}
|
||||
{{ $url := printf "%s" .URL | absLangURL }}
|
||||
{{ $url := printf "%s" .Permalink | absLangURL }}
|
||||
{{ $icon_size := "32px" }}
|
||||
|
||||
{{ if not .Params.disable_share }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user