Shopify DAWN theme has limited page title

Ingridg
Visitor
1 0 0

After testing new DAWN theme in Shopify (which is now default first theme, when new store on Shopify is being created) we've noticed that DAWN theme has very limited possibilities regarding page title. In a Theme liquid file this part looks like this: DAWN: <title>{{ shop.name }}</title>

While in other themes, e.g. "Boundless":
`<title>
{{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}

</title>`


Please provide your comments, findings, if it's possible to use the same <title> structure in DAWN like it was in other FREE themes on Shopify.

Replies 0 (0)