diff --git a/README.md b/README.md index 867ebaf..d915b65 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc * `nickname` - A shorter, human-readable license name where the SPDX license name (`title` above) is long * `variant` - Whether the license is a variant of a family of licenses (defaults to false) * `family` - If part of a license family, the name of the license family (e.g., `GPL`) -* `tab-slug` - If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters, used for internal links on the licenses page ### Auto-populated fields diff --git a/_data/meta.yml b/_data/meta.yml index b9f2ed9..8fe3d75 100644 --- a/_data/meta.yml +++ b/_data/meta.yml @@ -62,7 +62,3 @@ - name: family description: If part of a license family, the name of the license family (e.g., `GPL`) required: false - -- name: tab-slug - description: If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters, used for internal links on the licenses page - required: false diff --git a/_includes/license-overview.html b/_includes/license-overview.html index b03be40..83256fc 100644 --- a/_includes/license-overview.html +++ b/_includes/license-overview.html @@ -24,7 +24,7 @@