Liquid Template Variables - page title
From Spiffy Stores Knowledge Base
Revision as of 18:55, 11 September 2008 by Admin (talk | contribs) (New page: The '''page_title''' variable returns the current page title. You would most likely use this in your theme.liquid file to provide a unique page title for each of your pag...)
Revision as of 18:55, 11 September 2008 by Admin (talk | contribs) (New page: The '''page_title''' variable returns the current page title. You would most likely use this in your theme.liquid file to provide a unique page title for each of your pag...)
The page_title variable returns the current page title.
You would most likely use this in your theme.liquid file to provide a unique page title for each of your pages.
<head> <title>{{shop.name}} - {{page_title}}</title> ... </head>