Replies: 0
I am trying to add two scripts to the header of my site using plugin “Header and Footer Scripts”. My site is https://theawesomemuse.com/
I am able to add either of the two scripts, but I cannot add both. When I try to do so, I receive a 500 error.
Even the following example produces a 500 error:
<script type="text/javascript">console.log("testA")</script>
<script type="text/javascript">console.log("testB")</script>