diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 865b81a..6922068 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -14,7 +14,7 @@ {% endif %} {% assign xgpl = false %} {% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %} -

You can also add {{ page.spdx-id }}{% if xgpl %}+{% endif %}{% if xgpl %} (or {{ page.spdx-id }} to disallow future versions){% endif %}, the standard identifier for this license, to your project's package description, if applicable. Examples: Node.js, Ruby, and Rust.

+

The standard identifier for this license is {{ page.spdx-id }}{% if xgpl %}+{% endif %}{% if xgpl %} (or {{ page.spdx-id }} to disallow future versions){% endif %}. Optionally, you can add this to your project's package description, if applicable (e.g., Node.js, Ruby, and Rust). This will ensure the license is displayed in package directories.

{% if page.source %} diff --git a/assets/css/application.scss b/assets/css/application.scss index 5380ccd..02ae702 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -286,6 +286,10 @@ strong { width: 100%; } +.note { + color: #687072; +} + .button { -webkit-border-radius: 3px; -moz-border-radius: 3px;