From 14f39ed354242d2d689c07b1887518b7f5186ba5 Mon Sep 17 00:00:00 2001 From: Patricia Duarte Date: Fri, 31 Jan 2020 13:17:15 -0300 Subject: [PATCH] fixes problem with anpersand --- Website/layouts/stream/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@
- + {{ $practicepagename := (replace .Params.practice "&" "and") }}

- Model | {{ .Params.business_function }} | {{ .Params.practice }} | {{ .Params.title }} + Model | {{ .Params.business_function }} | {{ .Params.practice }} | {{ .Params.title }}

{{ partial "tabs.html" . }}