Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ const siteConfig = {
{
href: "http://hhvm.com/blog",
label: "Blog"
},
{
href: "https://opensource.fb.com/legal/terms",
label: "Terms of Use"
},
{
href: "https://opensource.fb.com/legal/privacy",
label: "Privacy Policy"
}
],

Expand Down Expand Up @@ -78,7 +86,7 @@ const siteConfig = {
},*/

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

highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks
Expand Down
7 changes: 7 additions & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/* your custom css */

.hljs {
Expand Down