Skip to content

Commit f80e738

Browse files
committed
can copy tags
1 parent e64d077 commit f80e738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tags.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ exports.codepen = {
66
var useCurData = validCurData && (typeof curData.description === "string") && !curData.body;
77

88
// copies codepen options on to the docObject so they are accessible by the script
9-
if(options.codepen) {
10-
this.codepen = options.codepen;
9+
if(options.siteConfig.codepen) {
10+
this.codepen = options.siteConfig.codepen;
1111
}
1212

1313
if(useCurData) {

0 commit comments

Comments
 (0)