Skip to content

Commit

Permalink
fix(fancybox): bring fancybox back (fix #110, fix #112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jun 11, 2018
1 parent 35e8a7b commit bd2a181
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions layout/_partial/base-head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 45,8 @@
}
</script>
<% } %>
<!-- fancybox -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" defer></script>
<!-- 百度统计 -->
<% if(theme.baidu_analytics) { %>
<script>
Expand Down
2 changes: 1 addition & 1 deletion source/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/scripts/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 9,8 @@ import fancybox from './fancybox'

let logStyle = 'color: #fff; background: #f75357; padding: 1px; border-radius: 5px;'
console.info('%c 🎯 hexo-theme-archer ⬇️ ', logStyle)
console.info('%c 🏷 Version: 1.4.0 ', logStyle)
console.info('%c 📅 Version date: 20180604', logStyle)
console.info('%c 🏷 Version: 1.4.1 ', logStyle)
console.info('%c 📅 Version date: 201811', logStyle)
console.info('%c 📦 https://github.com/fi3ework/hexo-theme-archer ', logStyle)

// remove background placeholder
Expand Down

0 comments on commit bd2a181

Please sign in to comment.