negrel / hugo-theme-pico

:black_circle: Pico is a minimalist, readable, responsive, light and beautiful Hugo theme.

Home Page:https://sponge-bob.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

script doesn't work

DongHyun99 opened this issue · comments

Hi. I'm a student writing your theme in Korea. I'm using it really well.

I want to add an literacy script to this theme and add a comment function. But the script doesn't work. So I want to ask if there is a solution.

<script src="https://utteranc.es/client.js"
        repo="DongHyun99/Web_Comment"
        issue-term="pathname"
        theme="github-light"
        crossorigin="anonymous"
        async>
</script>

Thank you for making a good theme!

Hello,
Custom script tag are not supported as of today. You can only add custom script in assets/ folder as in the example site.
If you really need it, you can contribute or wait until I implement it when I will have free time.

Ok thank you for answering.