fix code style
This commit is contained in:
parent
ec7c77c906
commit
f048c6cc2c
@ -23,3 +23,9 @@ indent_size = 2
|
|||||||
[*.py]
|
[*.py]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
# Ignore paths
|
||||||
|
[{FTP.md.gpg,src/yandex*}]
|
||||||
|
insert_final_newline = unset
|
||||||
|
end_of_line = unset
|
||||||
|
indent_style = unset
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
Адреса
|
Адреса
|
||||||
------
|
------
|
||||||
[ё.a2s.su](https://ё.a2s.su)
|
- [ё.a2s.su](https://ё.a2s.su)
|
||||||
[xn--61a.a2s.su](xn--61a.a2s.su)
|
- [xn--61a.a2s.su](xn--61a.a2s.su)
|
||||||
|
|
||||||
Зависимости для сборки
|
Зависимости для сборки
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -82,15 +82,11 @@
|
|||||||
|
|
||||||
<!-- Yandex.Metrika counter -->
|
<!-- Yandex.Metrika counter -->
|
||||||
<script type="text/javascript" >
|
<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)};
|
(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)})
|
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");
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
||||||
|
|
||||||
ym(88269176, "init", {
|
ym(88269176, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true });
|
||||||
clickmap:true,
|
|
||||||
trackLinks:true,
|
|
||||||
accurateTrackBounce:true
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
<noscript><div><img src="https://mc.yandex.ru/watch/88269176" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
<noscript><div><img src="https://mc.yandex.ru/watch/88269176" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||||
<!-- /Yandex.Metrika counter -->
|
<!-- /Yandex.Metrika counter -->
|
||||||
|
Loading…
Reference in New Issue
Block a user