Answer the question
In order to leave comments, you need to log in
How to change page title in jade?
Guys, here's the thing:
I include the following code in the pages:
head
meta(charset='utf-8')
title Heading the page
meta(content='' name='author')
meta(content='' name='description')
meta(content='' name='keywords')
meta(content='width-device-width, initial-scale=1' name='viewport')
meta(content='ie=edge' http-equiv='x-ua-compatible')
link(rel='stylesheet' href='css/main.css')
Answer the question
In order to leave comments, you need to log in
Don't include
_layout.jade
doctype html
html(lang="ru-RU" class="no-js")
head
meta(charset="utf-8")
title= pageTitle || ""
body
block content
extends layouts/_default
- pageTitle = 'Title';
block content
// content
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question