We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried a couple of way but so far the closest I've got is getting all the pages to show up with the title as the home page.
Here is what i wrote on the template, how do I set the proper titles for the pages.
{% extends 'layouts/base.twig' %} {% block content %} {% for page in pages() %}{{ set_up_page(page) }} {% include 'content/content-' ~ page.post_name ~ '.twig' %} {% endfor %} {% endblock %}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have tried a couple of way but so far the closest I've got is getting all the pages to show up with the title as the home page.
Here is what i wrote on the template, how do I set the proper titles for the pages.
The text was updated successfully, but these errors were encountered: