File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
docs/src/_includes/partials/components Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
</ head >
12
12
< body >
13
13
< canvas id ="gitGraph "> </ canvas >
14
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.js "> </ script >
14
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/gitgraph.js/1.11.4/gitgraph.min.js " integrity =" sha384-2GjLPjUuz0uNoyw8YQ2zQoMBU8q/8opCOxpHOTvMjl1AY6IjI6Lat39y7JhmBpaZ " crossorigin =" anonymous " > </ script >
15
15
< script src ="patternlab-flow.js "> </ script >
16
16
</ body >
17
17
</ head >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const getPartial = require('./get');
7
7
8
8
module . exports = function ( patternlab , obj , key ) {
9
9
//check for 'link.patternPartial'
10
- const linkRE = / (?: ' | " ) ( l i n k \. [ A - z 0 - 9 - _ ] + ) (?: ' | " ) / g;
10
+ const linkRE = / (?: ' | " ) ( l i n k \. [ \w - ] + ) (?: ' | " ) / g;
11
11
12
12
//stringify the passed in object
13
13
let dataObjAsString ;
Original file line number Diff line number Diff line change 5
5
6
6
{% if item .data .category == demoListCategory %}
7
7
<li class =" c-demo-list__item" >
8
-
9
- <a href =" {{ item.data.url }}" target =" _blank" class =" c-stacked-block" >
8
+
9
+ <a href =" {{ item.data.url }}" target =" _blank" class =" c-stacked-block" rel = " noopener noreferrer " >
10
10
<div class =" c-stacked-block__preview-container" >
11
11
<div class =" c-stacked-block__bar" >
12
12
<div class =" c-stacked-block__bar-dots" ></div >
19
19
<div class =" c-stacked-block__frame-overlay" ></div >
20
20
</div >
21
21
</div >
22
-
22
+
23
23
<h3 class =" c-stacked-block__title" >
24
- {{ item .data .title }}
24
+ {{ item .data .title }}
25
25
</h3 >
26
26
<p class =" c-stacked-block__description" >
27
- {{ item .data .description }}
27
+ {{ item .data .description }}
28
28
</p >
29
29
</a >
30
-
30
+
31
31
</li >
32
32
{% endif %}
33
33
You can’t perform that action at this time.
0 commit comments