File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
site/src/_includes/components Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
{% extends " layouts/normal-section-wrapper.njk" %}
2
2
{% block section %}
3
3
<div class =" copy-snippet-widget" >
4
- <div class =" secondary -font-color" ><strong >Place this snippet in your head or just before your close body tag:<strong ></div >
4
+ <div class =" tertiary -font-color" ><strong >Place this snippet in your head or just before your close body tag:<strong ></div >
5
5
6
6
<div class =" snippet-for-copy" >
7
- {% markdownConvert %}
8
- ```html
9
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/quicklink/{{ site.quicklinkVersion }}/quicklink.umd.js" ></script >
10
- <script >
11
- window .addEventListener (' load' , () => {
12
- quicklink .listen ();
13
- });
14
- </script >
15
- ```
16
- {% endmarkdownConvert %}
7
+ {% highlight " html" %}
8
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/quicklink/{{ site.quicklinkVersion }}/quicklink.umd.js" ></script >
9
+ <script >
10
+ window .addEventListener (' load' , () => {
11
+ quicklink .listen ();
12
+ });
13
+ </script >
14
+ {% endhighlight %}
17
15
</div >
18
16
19
17
<div >
You can’t perform that action at this time.
0 commit comments