fix:非waline评论加载问题

This commit is contained in:
jiewenhuang 2023-12-14 01:33:34 +08:00
parent 60db56bfa4
commit 8caf395e81
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@
</th:block>
<link rel="preload stylesheet" as="style" th:href="${source_link+'/assets/css/min/responsive.min.css?v='+theme.spec.version}">
<link rel="stylesheet" th:href="${source_link+'/assets/lib/fancybox/jquery.fancybox.min.css'}">
<link
<link th:if="${theme.config.basic.comment_option == 'waline'}"
rel="stylesheet"
href="https://unpkg.com/@waline/client@v2/dist/waline.css"
href="https://unpkg.com/@waline/client@v2/dist/waline.css"
/>
<th:block th:if="${ttheme.config.other.enable_clean_mode != true} and ${theme.config.theme.cursor_skin != 'off'}">
<link rel="stylesheet" th:href="${source_link+'/assets/cursor/style/min/'+theme.config.theme.cursor_skin+'.min.css'}">