From f5aac125381679b1a76925dcce11cb1323569c04 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 15 Dec 2013 13:31:08 +0200 Subject: [PATCH 1/2] licenses.html: Add missing page title. --- licenses.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/licenses.html b/licenses.html index 630e9a6..c42e788 100644 --- a/licenses.html +++ b/licenses.html @@ -2,10 +2,9 @@ layout: default permalink: licenses/ class: license-types +title: Licenses --- -

Licenses

-

Featured Licenses

{% for page in site.pages %} From af57b063c03377888ca25d740eed760092f78457 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 15 Dec 2013 13:54:05 +0200 Subject: [PATCH 2/2] _includes/license-overview.html: Fix validation errors. Include the `id` only if `variation.tab-slug` is set. --- _includes/license-overview.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/license-overview.html b/_includes/license-overview.html index 267f6a4..527f1e8 100644 --- a/_includes/license-overview.html +++ b/_includes/license-overview.html @@ -20,7 +20,7 @@ {% for variation in site.pages %} {% if variation.category and variation.category == page.category %} -
+
{% assign types = "required|permitted|forbidden" | split: "|" %} @@ -50,4 +50,3 @@ {% endfor %} -