fix: comment bar not displaying
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 20s
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 20s
This commit is contained in:
parent
08e82b9962
commit
1ad90818e1
2 changed files with 3 additions and 3 deletions
2
hugo.yml
2
hugo.yml
|
@ -106,7 +106,7 @@ params:
|
||||||
- content
|
- content
|
||||||
artalk:
|
artalk:
|
||||||
server: "https://comments.owu.one"
|
server: "https://comments.owu.one"
|
||||||
site: STARSET Mirror Homepage
|
site: "STARSET Mirror Homepage"
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: categories
|
- identifier: categories
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<link href="/lib/artalk/Artalk.css" rel="stylesheet">
|
<link href="{{ $.Site.Params.artalk.server }}/dist/Artalk.css" rel="stylesheet">
|
||||||
<script src="/lib/artalk/Artalk.js"></script>
|
<script src="{{ $.Site.Params.artalk.server }}/dist/Artalk.js"></script>
|
||||||
|
|
||||||
<!-- Artalk -->
|
<!-- Artalk -->
|
||||||
<div id="Comments"></div>
|
<div id="Comments"></div>
|
||||||
|
|
Reference in a new issue