We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df2528 commit 159e77bCopy full SHA for 159e77b
2 files changed
source/_feature.erb
@@ -8,6 +8,6 @@
8
</h3>
9
</dt>
10
<dd class="mt-2 text-center text font-light">
11
- <%== description %>
+ <%= description %>
12
</dd>
13
</dl>
source/layouts/layout.erb
@@ -19,7 +19,7 @@
19
<script src="https://tinylytics.app/embed/VCNWP-XMyNphqWL6sBVi.js" defer="true"></script>
20
21
<script type="application/ld+json">
22
- <%== data.site.jsonld.to_json %>
+ <%= data.site.jsonld.to_json %>
23
</script>
24
25
<%= auto_display_favicon_tags %>
0 commit comments