diff --git a/_data/metadata.js b/_data/metadata.js index bf0b628323..35feaed0ba 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -1,4 +1,4 @@ -module.exports = { +export default { title: 'jQuery - Bug Tracker', url: 'https://bugs.jquery.com/', language: 'en', diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 29f8af4499..ac3ebccec0 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -34,11 +34,11 @@ {# Add an arbitrary string to the bundle #} {# {%- css %}* { box-sizing: border-box; }{% endcss %} #} {# Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #} - + #} {#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #} - {# #} +
-