Skip to content

Commit 159e77b

Browse files
committed
Replace raw ERB output with escaped output in templates
1 parent 5df2528 commit 159e77b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/_feature.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</h3>
99
</dt>
1010
<dd class="mt-2 text-center text font-light">
11-
<%== description %>
11+
<%= description %>
1212
</dd>
1313
</dl>

source/layouts/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<script src="https://tinylytics.app/embed/VCNWP-XMyNphqWL6sBVi.js" defer="true"></script>
2020

2121
<script type="application/ld+json">
22-
<%== data.site.jsonld.to_json %>
22+
<%= data.site.jsonld.to_json %>
2323
</script>
2424

2525
<%= auto_display_favicon_tags %>

0 commit comments

Comments
 (0)