A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.