Merge branch 'main' of gitlab.com:taurusxin/hugo
This commit is contained in:
commit
e23dff1919
@ -1,14 +1,14 @@
|
|||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link href="https://fastly.jsdelivr.net/npm/artalk@2.6.4/dist/Artalk.css" rel="stylesheet">
|
<link href="https://fastly.jsdelivr.net/npm/artalk@2.8.3/dist/Artalk.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="https://fastly.jsdelivr.net/npm/artalk@2.6.4/dist/Artalk.js"></script>
|
<script src="https://fastly.jsdelivr.net/npm/artalk@2.8.3/dist/Artalk.js"></script>
|
||||||
|
|
||||||
<!-- Artalk -->
|
<!-- Artalk -->
|
||||||
<div id="Comments"></div>
|
<div id="Comments"></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const artalkInstance = new Artalk({
|
const artalkInstance = Artalk.init({
|
||||||
el: '#Comments',
|
el: '#Comments',
|
||||||
pageKey: '{{ .Page.RelPermalink }}',
|
pageKey: '{{ .Page.RelPermalink }}',
|
||||||
pageTitle: '{{ .Title }}',
|
pageTitle: '{{ .Title }}',
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 2f9306502d67377593192b1fd80b2fa0cbe32e5b
|
Subproject commit 54a8ace56450de509ff3e8e578b748c5aaf62398
|
Loading…
x
Reference in New Issue
Block a user