diff --git a/_config.yml b/_config.yml index 1eed1d2..d846185 100644 --- a/_config.yml +++ b/_config.yml @@ -47,9 +47,10 @@ permalink: /:slug collections: - dcif: + dcip: output: true + defaults: - scope: diff --git a/_includes/head.html b/_includes/head.html index ceea2e3..e7b5c9b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,20 +4,20 @@ {% if post.layout == "dcip" %} {% if post.category == "ERC" %} - ERC-{{ post.dcip }}: {{ post.title | escape }} + ERC-{{ page.dcip }}: {{ page.title | escape }} {% else %} - DCIP-{{ post.dcip }}: {{ post.title | escape }} + DCIP-{{ page.dcip }}: {{ page.title | escape }} {% endif %} {% else %} - {{ post.title | escape }} | {{site.title}} + {{ page.title | escape }} | {{site.title}}