Merge branch 'main' of gitlab.com:taurusxin/hugo
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<!-- 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 -->
|
||||
<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 -->
|
||||
<div id="Comments"></div>
|
||||
|
||||
<script>
|
||||
const artalkInstance = new Artalk({
|
||||
const artalkInstance = Artalk.init({
|
||||
el: '#Comments',
|
||||
pageKey: '{{ .Page.RelPermalink }}',
|
||||
pageTitle: '{{ .Title }}',
|
||||
|
||||
Submodule themes/hugo-theme-stack updated: 2f9306502d...54a8ace564
Reference in New Issue
Block a user