-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
Description
Might be related to #620.
Can I even typecast ints in hugo?
Running:
substr .Permalink (add (len .Site.BaseURL) 3) (len .Permalink)
produces the error:
wrong type for value; expected int; got int64
Because of the (add (len .Site.BaseURL) 3)
I am using 0.14 by the way