Skip to content
New issue

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

Introduce a new configuration options to add HTML attributes to <title> #284

Merged
merged 3 commits into from
Dec 26, 2023

Conversation

kpumuk
Copy link
Owner

@kpumuk kpumuk commented Dec 26, 2023

Introducing a new configuration option to add HTML attributes to the <title> tag. This will allow to update page title from a turbo frame:

<turbo-frame ...>
    <turbo-stream action="update" target="page-title">
        <template>My new title</template>
    </turbo-stream>
</turbo-frame>

Closes #280

@kpumuk kpumuk force-pushed the title-id branch 2 times, most recently from 9cffa1b to 8021a75 Compare December 26, 2023 21:00
@kpumuk kpumuk merged commit 84a0a5d into main Dec 26, 2023
23 checks passed
@kpumuk kpumuk deleted the title-id branch December 26, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page title with html attributes
1 participant