-
|
I am curious how Nikola processes inline javascript (i.e., <script> tags) in html posts. I want to use some JS in one of my posts. I added some script and did |
Beta Was this translation helpful? Give feedback.
Answered by
Kwpolska
Dec 7, 2025
Replies: 1 comment 1 reply
-
|
Nikola does not do anything specific to scripts. Are you sure it’s not actually in the output HTML? I was able to put a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KertLynx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nikola does not do anything specific to scripts. Are you sure it’s not actually in the output HTML? I was able to put a
<script>in a.htmlpost and it was rendered correctly.