@DeniSidorenko

Сборщик Tars, как задать title Для страницы?

Привет, кто использует сборщик Tars
Кто может подсказать как поменять заголовок страницы

Вот сам код страницы

doctype html
html(class="no-js", lang="ru")

  include ../components/head/head
  include ../components/preloader/preloader
  include ../components/header/header
  include ../components/home/home
  include ../components/about/about
  include ../components/portfolio/portfolio
  include ../components/why/why
  include ../components/team/team
  include ../components/plans/plans
  include ../components/reviews/reviews
  include ../components/latest/latest
  include ../components/callback/callback
  include ../components/footer/footer
  head
    +head(head.defaults)
  body.page
    |%=symbols=%
    +preloader()
    #container
      +header()

      +home()

      +about()

      +portfolio()

      +why()

      +reviews()

      +plans()

      +callback()

      +footer()
    script(src='%=static=%js/separate-js/pageable.min.js')
    script(src='%=static=%js/separate-js/svg4everybody.min.js')
    script svg4everybody();
    //- Main scripts. You can replace it, but I recommend you to leave it here
    script(src='%=static=%js/main%=hash=%%=min=%.js')
  • Вопрос задан
  • 33 просмотра
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы