diff --git a/themes/ccchh/layouts/index.html b/themes/ccchh/layouts/index.html index b832904..1e58c48 100644 --- a/themes/ccchh/layouts/index.html +++ b/themes/ccchh/layouts/index.html @@ -39,7 +39,11 @@ {{- range $subsecs }} {{- $link := .Params.link }}
+ {{- if eq $link nil }} +

{{ .Title }}

+ {{- else }}

{{ .Title }}

+ {{- end }} {{- $img_path := printf "%s%s" $subsec_dir .Params.Image }} {{- with $home.Resources.Get $img_path }}