diff --git a/src/pages/built-with.njk b/src/pages/built-with.njk index afe8273..890ef5b 100644 --- a/src/pages/built-with.njk +++ b/src/pages/built-with.njk @@ -3,7 +3,6 @@ title: Built with permalink: /built-with/index.html description: Websites built with this starter layout: page -youtube: false ---

diff --git a/src/pages/get-started.md b/src/pages/get-started.md index f47a54f..e903064 100644 --- a/src/pages/get-started.md +++ b/src/pages/get-started.md @@ -3,7 +3,11 @@ title: Get started permalink: /get-started/index.html description: Websites built with this starter layout: page -youtube: false +preloads: + href: '/assets/fonts/robotomono/robotomono-variablefont_wght-webfont.woff2' + as: 'font' + type: 'font/woff2' + crossorigin: true --- - **Important:** edit meta data in `src/_data/meta.js`, it's being used all over the template.