Skip to content

Commit

Permalink
modify():remove qiniu image domain(qbox.me)
Browse files Browse the repository at this point in the history
  • Loading branch information
quericy committed Oct 9, 2018
1 parent d7578e1 commit f9f1204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion layout/_partial/head.ejs
Expand Up @@ -145,7 +145,7 @@
<% }) %>
<% } %>
<!--STYLES-->
<%- css('assets/css/style-orwbedeptrlp0bwyfhgvley78cbi1k1p1lgadmtlex3yyoosg1vqb6hiwelb.min.css') %>
<%- css('assets/css/style-9vbzl9wcm7okf7icxwt6g9823bvj0bc13q4lwmsyp8bi6bnrlez2ejo14z2v.min.css') %>
<!--STYLES END-->
<%- partial('google-analytics') %>
<%- partial('baidu-analytics') %>
Expand Down
6 changes: 3 additions & 3 deletions layout/_partial/script.ejs
@@ -1,5 +1,5 @@
<!--SCRIPTS-->
<%- js('assets/js/scrip-dhrvtmhk6btlfyizmelqaxxfqktjobruvdfdsvvyq0dh9s99gnsdidfhiso5.min.js') %>
<%- js('assets/js/scrip-iec5vhgprtk1rq4divpxd0hs28ntxtbj19ltjhh5qbkdbmjryqaucofzoi5r.min.js') %>
<!--SCRIPTS END-->
<% if (post.comments) { %>
<% if (theme.disqus_shortname && 0) { %>
Expand Down Expand Up @@ -29,7 +29,7 @@
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//dn-quericyblog.qbox.me/embed1.js';
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//img.quericy.me/1drive/blog/embed1.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
Expand All @@ -42,7 +42,7 @@
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
})(window,document,'script','//dn-quericyblog.qbox.me/hexo/st.js','_st');
})(window,document,'script','//img.quericy.me/1drive/blog/hexo/st.js','_st');
_st('install','<%= theme.swiftype_install_key %>','2.0.0');
</script>
Expand Down

0 comments on commit f9f1204

Please sign in to comment.