Skip to content

Commit 3a65aa7

Browse files
committed
giveup keywords; style fix
1 parent c0ba297 commit 3a65aa7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CONTRIBUTORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
61 RobinQu <[email protected]>
1+
65 RobinQu <[email protected]>

lib/build.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ var cheerio = require("cheerio"),
55

66
exports.preCompile = function(src, data) {
77
//update keywords prior to the markdown
8-
data.keywords = keyword.generate(src);
8+
// data.keywords = keyword.generate(src);
9+
data.keywords = [];
910
};
1011

1112
exports.postCompile = function(html, data) {

lib/template/scss/style.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
@import "base";
22
@import "inline_list";
3-
@import "frame";
3+
@import "frame";
4+
5+
6+
ul,li {
7+
margin: 0px;
8+
}

0 commit comments

Comments
 (0)