diff --git a/README.md b/README.md index e399c8ee..6ee29f74 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,14 @@ The website is open source, and its contents can be reused as needed. - The Jekyll theme is licensed under the [MIT License](./LICENSE) + +## Credits + +The website uses a number of upstream components that are repackaged to +support usage in the Jekyll engine, or just added as sources. +This includes but not limited to: + +- All Jekyll plugins listed in the [config files](_config.yml) +- JQuery +- fontawesome +- [notify.js](https://notifyjs.jpillora.com/) diff --git a/_includes/footer.html b/_includes/footer.html index d3247b71..dd46a087 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,7 +9,10 @@ + + + diff --git a/_includes/masthead.html b/_includes/masthead.html index 8cfcb3a0..a320b4a6 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -134,6 +134,10 @@ font-size: small; } + .masthead_notifications { + width: 100%; + } + @media (max-width: 1023px) { .wiremock-cloud-logo-note { display: none; @@ -141,6 +145,8 @@ } +