...
 
Commits (3)
    https://gitcode.net/weixin_46898465/hexo-blog/-/commit/60a95d9426b96f0f4be5f5b4721fdf5e057e1892 Update layout.ejs 2021-09-24T22:07:07+08:00 曹智铭 xiaocao162020@xiaocao.onmicrosoft.com https://gitcode.net/weixin_46898465/hexo-blog/-/commit/de4638fd49b0395e66f3153c094a2b587ecc8dc6 Update livere.ejs 2021-09-24T22:08:52+08:00 曹智铭 xiaocao162020@xiaocao.onmicrosoft.com https://gitcode.net/weixin_46898465/hexo-blog/-/commit/f5f020fe07173ae40eee000eaf7f05cbfb86347d Update livere.ejs 2021-09-24T22:13:35+08:00 曹智铭 xiaocao162020@xiaocao.onmicrosoft.com
<div id="lv-container" data-id="city" data-uid="<%= theme.livere.data_uid %>">
<script id="livere-comment-js">
(function(d, s) {
var j, e = d.getElementsByTagName(s)[0];
if (typeof LivereTower === 'function') { return; }
j = d.createElement(s);
j.src = 'https://cdn-city.livere.com/js/embed.dist.js';
j.async = true;
e.parentNode.insertBefore(j, e);
})(document, 'script');
</script>
</div>
\ No newline at end of file
<div id="waline"></div>
<script>
Waline({
el: '#waline',
serverURL: 'https://comment.caozm.tk',
});
</script>
......@@ -6,6 +6,9 @@
<link rel="manifest" href="https://blog.caozhiming.tk/manifest.json"/>
<link rel="icon" href="https://cdn.jsdelivr.net/gh/cao-zhiming/ss-caozhimingtk/img/logo.png"/>
<link rel='stylesheet' id='wp-dark-mode-frontend-css' href='https://cdn.jsdelivr.net/gh/cao-zhiming/ss-caozhimingtk@0.9.4/css/frontend.css' media='all' />
<script src="//cdn.jsdelivr.net/npm/@waline/client"></script>
<script src='https://cdn.jsdelivr.net/gh/cao-zhiming/ss-caozhimingtk@0.9.4/js/dark-mode.js' id='wp-dark-mode-js-js'></script>
<meta name="theme-color"content="#2932e1"/>
<%
......