Skip to content

Commit 6a9329e

Browse files
authored
Merge pull request #37 from tlil/tlil/address-repo-checkup
Add Terms Of Use, Privacy Policy, and Copyright Statement
2 parents 9a9a872 + acb842b commit 6a9329e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

website/siteConfig.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ const siteConfig = {
5151
{
5252
href: "http://hhvm.com/blog",
5353
label: "Blog"
54+
},
55+
{
56+
href: "https://opensource.fb.com/legal/terms",
57+
label: "Terms of Use"
58+
},
59+
{
60+
href: "https://opensource.fb.com/legal/privacy",
61+
label: "Privacy Policy"
5462
}
5563
],
5664

@@ -78,7 +86,7 @@ const siteConfig = {
7886
},*/
7987

8088
// This copyright info is used in /core/Footer.js and blog rss/atom feeds.
81-
copyright: "Copyright © " + new Date().getFullYear() + " Facebook Inc.",
89+
copyright: "Copyright © " + new Date().getFullYear() + " Meta Platforms, Inc.",
8290

8391
highlight: {
8492
// Highlight.js theme to use for syntax highlighting in code blocks

website/static/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) 2017-present, Facebook, Inc.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
18
/* your custom css */
29

310
.hljs {

0 commit comments

Comments
 (0)