Skip to content

Commit b762d84

Browse files
committed
Fix author meta tag
1 parent 92cf69e commit b762d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function buildHtml (pugSource, cssPath, done) {
7171
filename: pugSource,
7272
title: pkg.title,
7373
description: pkg.description,
74-
author: pkg.author,
74+
author: pkg.author.name,
7575
css: cssPath,
7676
icons: icons
7777
}, next)

0 commit comments

Comments
 (0)