diff --git a/_config.yml b/_config.yml index f7348b75..dbe57e05 100644 --- a/_config.yml +++ b/_config.yml @@ -81,6 +81,10 @@ defaults: values: layout: recommendation +build: + date: + time: + # Build settings plugins: - jekyll-feed diff --git a/_includes/footer.html b/_includes/footer.html index 34618e82..010945f6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,4 +4,4 @@

Unless otherwise noted, the original content on this website is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. The underlying source code used to format and display this content is not licensed for third-party use unless otherwise noted.

-

Copyright © 2020 Jonah Aragon, Aragon Ventures LLC, and Contributors | Website Source Code | Open an Issue | Privacy Policy | Website Terms & Notices

+

Copyright © 2020 Jonah Aragon, Aragon Ventures LLC, and Contributors | Website Source Code | Open an Issue | Privacy Policy | Website Terms & Notices

diff --git a/package-lock.json b/package-lock.json index 0ff2549f..68671454 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,9 @@ "license": "ISC", "dependencies": { "@fortawesome/fontawesome-pro": "^6.0.0-alpha2", - "bootstrap": "^4.5.3" + "bootstrap": "^4.5.3", + "jquery": "^3.5.1", + "popper.js": "^1.16.1" } }, "node_modules/@fortawesome/fontawesome-pro": { @@ -38,15 +40,13 @@ "node_modules/jquery": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==", - "peer": true + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" }, "node_modules/popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" @@ -68,14 +68,12 @@ "jquery": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==", - "peer": true + "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" }, "popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "peer": true + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" } } } diff --git a/package.json b/package.json index f11a3704..ae660840 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,8 @@ "homepage": "https://github.com/privacyguides/privacyguides#readme", "dependencies": { "@fortawesome/fontawesome-pro": "^6.0.0-alpha2", - "bootstrap": "^4.5.3" + "bootstrap": "^4.5.3", + "jquery": "^3.5.1", + "popper.js": "^1.16.1" } }