Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev.Huang authored Aug 2, 2024
1 parent 6b7f103 commit 2c9189b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/starter/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,14 @@ const CONFIG = {

STARTER_FOOTER_BLOG_LATEST_TITLE: 'Laster Post',

STARTER_FOOTER_PRIVACY_POLICY_TEXT: 'GDPR',
STARTER_FOOTER_PRIVACY_POLICY_URL: '/GDPR',
STARTER_FOOTER_PRIVACY_POLICY_TEXT: 'Privacy Policy',
STARTER_FOOTER_PRIVACY_POLICY_URL: '/Privacy-Policy',

// STARTER_FOOTER_PRIVACY_LEGAL_NOTICE_TEXT: '法律声明',
// // STARTER_FOOTER_PRIVACY_LEGAL_NOTICE_URL: '/legacy-notice',

// STARTER_FOOTER_PRIVACY_TERMS_OF_SERVICE_TEXT: '服务协议',
// STARTER_FOOTER_PRIVACY_TERMS_OF_SERVICE_URL: '/terms-of-use',
STARTER_FOOTER_PRIVACY_TERMS_OF_SERVICE_TEXT: 'Terms of Use',
STARTER_FOOTER_PRIVACY_TERMS_OF_SERVICE_URL: '/terms-of-use',

// 404页面的提示语
STARTER_404_TITLE: '我们似乎找不到您要找的页面。',
Expand Down

0 comments on commit 2c9189b

Please sign in to comment.