Skip to content

Commit

Permalink
[#144] removed depracated hexo-renderer-jade and replaced it with hex…
Browse files Browse the repository at this point in the history
…o-renderer-pug
  • Loading branch information
wololock committed Nov 18, 2019
1 parent b048667 commit 6a9e3ae
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eprintstacktraceblog",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"hexo": {
"version": "4.0.0"
Expand All @@ -23,11 +23,11 @@
"hexo-generator-tag": "^0.2.0",
"hexo-reading-time": "^1.0.3",
"hexo-related-popular-posts": "^3.0.6",
"hexo-renderer-jade": "^0.5.0",
"hexo-renderer-pug": "^1.0.0",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.2.0",
"hexo-util": "0.6.3",
"snyk": "^1.242.0"
"snyk": "^1.248.0"
},
"scripts": {
"snyk-protect": "snyk protect",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,3 +1,3 @@
if theme.comment.enable && !page.comment_disable
if theme.comment.enable == "disqus"
include disqus.jade
include disqus.pug
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6a9e3ae

Please sign in to comment.