Snippets Collections
<?php

  function onEnd()
  {
    $phone = str_replace('+','',$this->theme->site_phone1);
    $this['phone'] = str_replace(' ','',$phone);
  }

?>
Требуется плагин Twig Extention
<a href="tel:{{ this.theme.site_phone_1|str_replace('-','')|str_replace(' ','')|str_replace('(','')|str_replace(')','') }}"> {{ this.theme.site_phone_1 }}</a>
{{ this.page.meta_description }}
{{ this.layout.description }}
{{ this.theme.config.description }}
{{ this.page.id }}
{{ this.layout.id }}
{{ this.theme.id }}
{{ this.param.slug }}
{{ this.page.title }}
{{ this.page.meta_title }}
{{ this.page.description }}
{{ this.page.parent }}

{% set parent = page.getParent() %}
{{ parent }}
star

Wed Sep 28 2022 13:33:02 GMT+0000 (Coordinated Universal Time)

#october #теги #телефон
star

Wed Sep 28 2022 13:31:50 GMT+0000 (Coordinated Universal Time)

#october #теги #телефон
star

Wed Sep 28 2022 13:29:53 GMT+0000 (Coordinated Universal Time)

#october #теги
star

Wed Sep 28 2022 13:29:26 GMT+0000 (Coordinated Universal Time)

#october #теги
star

Wed Sep 28 2022 13:28:50 GMT+0000 (Coordinated Universal Time)

#october #теги
star

Wed Sep 28 2022 13:28:23 GMT+0000 (Coordinated Universal Time)

#october #теги
star

Wed Sep 28 2022 13:26:43 GMT+0000 (Coordinated Universal Time)

#october #теги
star

Wed Sep 28 2022 13:25:46 GMT+0000 (Coordinated Universal Time)

#october #теги
star

Wed Sep 28 2022 13:25:05 GMT+0000 (Coordinated Universal Time)

#october #теги
star

Wed Sep 28 2022 13:18:03 GMT+0000 (Coordinated Universal Time)

#october #теги

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension