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 1111</ head >
1212< body >
1313< 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 >
1515< script src ="patternlab-flow.js "> </ script >
1616</ body >
1717</ head >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const getPartial = require('./get');
77
88module . exports = function ( patternlab , obj , key ) {
99 //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;
1111
1212 //stringify the passed in object
1313 let dataObjAsString ;
Original file line number Diff line number Diff line change 55
66 {% if item .data .category == demoListCategory %}
77 <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 " >
1010 <div class =" c-stacked-block__preview-container" >
1111 <div class =" c-stacked-block__bar" >
1212 <div class =" c-stacked-block__bar-dots" ></div >
1919 <div class =" c-stacked-block__frame-overlay" ></div >
2020 </div >
2121 </div >
22-
22+
2323 <h3 class =" c-stacked-block__title" >
24- {{ item .data .title }}
24+ {{ item .data .title }}
2525 </h3 >
2626 <p class =" c-stacked-block__description" >
27- {{ item .data .description }}
27+ {{ item .data .description }}
2828 </p >
2929 </a >
30-
30+
3131 </li >
3232 {% endif %}
3333
You can’t perform that action at this time.
0 commit comments