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

Add safeHTML to blog-title #65

Merged
merged 1 commit into from
Mar 11, 2023
Merged

Conversation

githubmonkey
Copy link
Contributor

SafeHTML signals to the go templating engine that the html in this string is considered safe and does not need to be escaped. This will allow me to add some additional markup to the title. In my case, I use an explicit
tag to control the line break.

SafeHTML signals to the go templating engine that the html in this string is considered safe and does not need to be escaped. This will allow me to add some additional markup to the title. In my case, I use an explicit <br/> tag to control the line break.
@stale
Copy link

stale bot commented Aug 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on - potentilly falsely applied by stalebot, use invalid label instead label Aug 16, 2022
@stale stale bot closed this Sep 20, 2022
@zjedi zjedi reopened this Mar 11, 2023
@stale stale bot removed the wontfix This will not be worked on - potentilly falsely applied by stalebot, use invalid label instead label Mar 11, 2023
@zjedi zjedi merged commit 4f61fb7 into zjedi:master Mar 11, 2023
@githubmonkey githubmonkey deleted the minor-polishes branch March 16, 2023 19:01
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.

2 participants