|
@@ -1,49 +1,52 @@
|
|
|
-<div class="ds-thread" data-thread-key="<%= post.layout %>-<%= post.slug %>" data-title="<%= post.title %>" data-url="<%= page.permalink %>"></div>
|
|
|
-<script type="text/javascript">
|
|
|
-var duoshuoQuery = {short_name:'<%= theme.comment.duoshuo %>'};
|
|
|
-(function() {
|
|
|
-var ds = document.createElement('script');
|
|
|
-ds.type = 'text/javascript';ds.async = true;
|
|
|
-ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
|
|
|
-ds.charset = 'UTF-8';
|
|
|
-(document.getElementsByTagName('head')[0]
|
|
|
-|| document.getElementsByTagName('body')[0]).appendChild(ds);
|
|
|
-})();
|
|
|
-</script>
|
|
|
-<style>
|
|
|
- #ds-thread #ds-reset .ds-textarea-wrapper {
|
|
|
- background: none;
|
|
|
- }
|
|
|
- #ds-reset .ds-avatar img {
|
|
|
- box-shadow: none;
|
|
|
- }
|
|
|
- #ds-reset .ds-gradient-bg {
|
|
|
- background: #f7f7f7;
|
|
|
- }
|
|
|
- #ds-thread #ds-reset li.ds-tab a {
|
|
|
- border-radius: 3px;
|
|
|
- }
|
|
|
- #ds-thread #ds-reset .ds-post-button {
|
|
|
- color: white;
|
|
|
- border: none;
|
|
|
- box-shadow: none;
|
|
|
- background: #d32;
|
|
|
- text-shadow: none;
|
|
|
- font-weight: normal;
|
|
|
- font-family: 'Microsoft Yahei';
|
|
|
- }
|
|
|
- #ds-thread #ds-reset .ds-post-button:hover {
|
|
|
- color: white;
|
|
|
- background: #DE594C;
|
|
|
- }
|
|
|
- #ds-thread #ds-reset .ds-post-button:active {
|
|
|
- background: #d32;
|
|
|
- }
|
|
|
- #ds-smilies-tooltip ul.ds-smilies-tabs li a.ds-current {
|
|
|
- color: white;
|
|
|
- background: #d32;
|
|
|
- box-shadow: none;
|
|
|
- text-shadow: none;
|
|
|
- font-weight: normal;
|
|
|
- }
|
|
|
-</style>
|
|
|
+<% if (typeof(script) !== 'undefined' && script) { %>
|
|
|
+ <script type="text/javascript">
|
|
|
+ var duoshuoQuery = {short_name:'<%= theme.comment.duoshuo %>'};
|
|
|
+ (function() {
|
|
|
+ var ds = document.createElement('script');
|
|
|
+ ds.type = 'text/javascript';ds.async = true;
|
|
|
+ ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
|
|
|
+ ds.charset = 'UTF-8';
|
|
|
+ (document.getElementsByTagName('head')[0]
|
|
|
+ || document.getElementsByTagName('body')[0]).appendChild(ds);
|
|
|
+ })();
|
|
|
+ </script>
|
|
|
+<% } else { %>
|
|
|
+ <div class="ds-thread" data-thread-key="<%= post.path %>" data-title="<%= post.title %>" data-url="<%= page.permalink %>"></div>
|
|
|
+ <style>
|
|
|
+ #ds-thread #ds-reset .ds-textarea-wrapper {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ #ds-reset .ds-avatar img {
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+ #ds-reset .ds-gradient-bg {
|
|
|
+ background: #f7f7f7;
|
|
|
+ }
|
|
|
+ #ds-thread #ds-reset li.ds-tab a {
|
|
|
+ border-radius: 3px;
|
|
|
+ }
|
|
|
+ #ds-thread #ds-reset .ds-post-button {
|
|
|
+ color: white;
|
|
|
+ border: none;
|
|
|
+ box-shadow: none;
|
|
|
+ background: #d32;
|
|
|
+ text-shadow: none;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'Microsoft Yahei';
|
|
|
+ }
|
|
|
+ #ds-thread #ds-reset .ds-post-button:hover {
|
|
|
+ color: white;
|
|
|
+ background: #DE594C;
|
|
|
+ }
|
|
|
+ #ds-thread #ds-reset .ds-post-button:active {
|
|
|
+ background: #d32;
|
|
|
+ }
|
|
|
+ #ds-smilies-tooltip ul.ds-smilies-tabs li a.ds-current {
|
|
|
+ color: white;
|
|
|
+ background: #d32;
|
|
|
+ box-shadow: none;
|
|
|
+ text-shadow: none;
|
|
|
+ font-weight: normal;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+<% } %>
|