...
| Макрос генерирует HTML разметку |
|---|
<h1 class="page-title">Фильтр по стоимости</h1> <style> @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic'); .page-title { display: inline; position: relative; padding-bottom: 10px; font-family: 'Roboto', sans-serif; } .page-title:after { content: ''; position: absolute; bottom: 0px; left: 0px; width: 50%; border-top: 3px solid #F5AB37; } #title#page-title-heading { display: none; } .page-metadata { visibility: hidden; } </style> |
...