Skip to content

Commit

Permalink
Merge branch 'bug/internal-links' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhowbrook committed Oct 9, 2024
2 parents 8e8244d + b73f045 commit d5652a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="section__heading section__heading--primary heading heading--five">
{% include "patterns/organisms/image-video-block/image-video-block.html" with modal=page.video out_of_grid=True curriculum=False heading=False has_meta=False copy=False subheading=False image=page.introduction_image caption=page.video_caption video=page.video %}
{% endif %}
<div class="programme-overview__description rich-text">
{{ page.body|safe }}
{{ page.body|richtext }}
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2 class="title-area__sub-heading body body--one">{{ page.profile_type }}</h2>
{{ page.introduction}}
</p>
<div class="staff-body__description rich-text">
{{ page.body|safe }}
{{ page.body|richtext }}
</div>
</div>
<div class="staff-body__key-details">
Expand Down

0 comments on commit d5652a1

Please sign in to comment.