Skip to content

Commit 48759b2

Browse files
committed
docs update
1 parent c53526a commit 48759b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/bin/post-process

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ var index = fs.readFileSync('index.html', 'utf-8'),
55
footer = fs.readFileSync('src/footer.inc.html', 'utf-8');
66

77
index = index.replace('</body>', '\n'+footer+'\n</body>');
8+
index = index.replace('</head>', ' <link rel="me" href="https://vis.social/@gka">\n</head>');
89
index = index.replace('<body>', '<body><div class="wrap">');
910
index = index.replace('</body>', '</div></body>');
1011

11-
fs.writeFileSync('index.html', index);
12+
fs.writeFileSync('index.html', index);

docs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>chroma.js api docs!</title>
55
<link rel="stylesheet" href="src/index.css">
6+
<link rel="me" href="https://vis.social/@gka">
67
</head>
78
<body><div class="wrap">
89
<h1 id="chroma-js">chroma.js</h1>

0 commit comments

Comments
 (0)