cusdis icon indicating copy to clipboard operation
cusdis copied to clipboard

docs: jekyll baseurl not set

Open NikLeberg opened this issue 9 months ago • 0 comments

Hey there @djyde

Thanks for this, it works flawlessly. Small heads-up: In the docs for the jekyll integration there is a small error: https://github.com/djyde/cusdis/blob/7bcf25611de75f52b337a9bb2e6b3f931822f56c/public/doc/integration/jekyll.md?plain=1#L15 It should be:

data-page-url="{{ site.url }}{{ site.baseurl }}{{ page.url }}" 

i.e. site.baseurl and not page.baseurl. Otherwise the baseurl as commonly used in GitHub Pages is not correctly found and I think comments could appear on multiple pages.

NikLeberg avatar May 18 '24 12:05 NikLeberg