optimze duplicate css
This commit is contained in:
20
layouts/shortcodes/comments.html
Normal file
20
layouts/shortcodes/comments.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<link href="https://artalk.jamesflare.com/dist/Artalk.css" rel="stylesheet">
|
||||
<script src="https://artalk.jamesflare.com/dist/Artalk.js"></script>
|
||||
|
||||
<div id="artalk"></div>
|
||||
<script>
|
||||
Artalk.init({
|
||||
el: '#artalk',
|
||||
pageKey: '',
|
||||
pageTitle: '',
|
||||
server: 'https://artalk.jamesflare.com',
|
||||
site: 'NancyFlare',
|
||||
useBackendConf: true,
|
||||
vote: true,
|
||||
voteDown: true,
|
||||
uaBadge: true,
|
||||
listSort: true,
|
||||
imgUpload: true,
|
||||
preview: true,
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user