c6dd35ba51
* Remove all .Site variable references * Update Hugo version in Travis CI config and Makefile
4 lines
155 B
HTML
4 lines
155 B
HTML
{{- $latestVersion := site.Params.latest }}
|
|
{{- $latestReleaseBranch := printf "release-%s" (replace $latestVersion "v" "") }}
|
|
{{- $latestReleaseBranch }}
|