fix: wrong URL of JS and CSS files on baseURL (#249)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<div id="fb-root" class="comment"></div>
|
||||
<div
|
||||
class="fb-comments"
|
||||
data-href="{{ .Permalink | absURL }}"
|
||||
data-href="{{ .Permalink }}"
|
||||
data-width="{{ $comment.facebook.width }}"
|
||||
data-numposts="{{ $comment.facebook.numPosts }}"
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user