We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64d077 commit f80e738Copy full SHA for f80e738
tags.js
@@ -6,8 +6,8 @@ exports.codepen = {
6
var useCurData = validCurData && (typeof curData.description === "string") && !curData.body;
7
8
// copies codepen options on to the docObject so they are accessible by the script
9
- if(options.codepen) {
10
- this.codepen = options.codepen;
+ if(options.siteConfig.codepen) {
+ this.codepen = options.siteConfig.codepen;
11
}
12
13
if(useCurData) {
0 commit comments