diff --git a/Website/layouts/stream/single.html b/Website/layouts/stream/single.html index 41ba9c72963..eda556004fb 100644 --- a/Website/layouts/stream/single.html +++ b/Website/layouts/stream/single.html @@ -22,9 +22,9 @@ <div class="row"> <div class="col-md-12 samm-page-content"> - + {{ $practicepagename := (replace .Params.practice "&" "and") }} <h3> - <a href="/model/">Model</a> | <a href="/model/{{ .Params.business_function_url }}">{{ .Params.business_function }}</a> | <a href="/model/{{ .Params.business_function | urlize }}/{{ .Params.practice | urlize }}">{{ .Params.practice }}</a> | {{ .Params.title }} + <a href="/model/">Model</a> | <a href="/model/{{ .Params.business_function_url }}">{{ .Params.business_function }}</a> | <a href="/model/{{ .Params.business_function | urlize }}/{{ $practicepagename | urlize }}">{{ .Params.practice }}</a> | {{ .Params.title }} </h3> {{ partial "tabs.html" . }}