Skip to content

Commit

Permalink
fix(cli): move footer to config file in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Aug 6, 2019
1 parent a35f149 commit 89ab2a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/cli/create-antd-site.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function createApp(name = './', useNpm, eject, isForce) {
title: '${appName}',
description: 'My first antdsite app',
logo: '/favicon.png',
footer:'MIT Licensed | Copyright © 2019-present Yi(Yves) Wang',
head: [['link', { rel: 'icon', href: '/favicon.png' }]],
themeConfig: {
nav: [
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/template/docs/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ features:
details: Feature2 Details...
- title: Feature3
details: Feature3 Details...

footer: MIT Licensed | Copyright © 2018-present Yi(Yves) Wang
---

# Hello AntdSite !

0 comments on commit 89ab2a6

Please sign in to comment.