Skip to content

Commit 2fffc60

Browse files
committed
Add counter
1 parent 93b8256 commit 2fffc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const DESC = 'Demos for W3C CSS Flexbox Specification http://www.w3.org/TR/css-f
33
const URL = 'https://yoksel.github.io/flex-cheatsheet/';
44
const IMAGE = '';
55
const GITHUB = 'https://github.com/yoksel/flex-cheatsheet/';
6-
const COUNTER = ``;
6+
const COUNTER = '<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(65071600, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/65071600" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->';
77
const HIGHLIGHT_GRID = 0;
88

99
module.exports = {

0 commit comments

Comments
 (0)