Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
fixes problem with anpersand
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Duarte committed Jan 31, 2020
1 parent b494cd9 commit 14f39ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/layouts/stream/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit 14f39ed

Please sign in to comment.