1
Fork 0

Dont add new lines to shortcodes

This commit is contained in:
Jake Howard 2018-02-04 13:02:13 +00:00
parent 072ddc8cf9
commit 77372b7141
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
{{ .Page.Param (.Get 0) }}
{{ .Page.Param (.Get 0) -}}

View file

@ -1 +1 @@
{{ .Page.Site.Param (.Get 0) }}
{{ .Page.Site.Param (.Get 0) -}}