From cb64b8c31d4b9f4deee3054f2851af0368e9e750 Mon Sep 17 00:00:00 2001 From: Team1 Date: Thu, 20 Apr 2023 15:49:26 +0000 Subject: [PATCH] Se cambiaron directivas --- _config.yml | 3 ++- _includes/head.html | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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}}