diff options
4 files changed, 4 insertions, 4 deletions
diff --git a/content/es/academia/doctorado/doctorado-en-ciencias-de-la-computacion.md b/content/es/academia/doctorado/doctorado-en-ciencias-de-la-computacion.md index 5e4acb9..b2e553a 100644 --- a/content/es/academia/doctorado/doctorado-en-ciencias-de-la-computacion.md +++ b/content/es/academia/doctorado/doctorado-en-ciencias-de-la-computacion.md @@ -1,4 +1,4 @@ +++ title = 'Doctorado en Ciencias De La Computacion' -tags = ['phd'] +tags = ['phd-program'] +++ diff --git a/content/es/academia/doctorado/doctorado-en-innovacion-en-tecnologia-educativa.md b/content/es/academia/doctorado/doctorado-en-innovacion-en-tecnologia-educativa.md index 733f2fb..5a36fa2 100644 --- a/content/es/academia/doctorado/doctorado-en-innovacion-en-tecnologia-educativa.md +++ b/content/es/academia/doctorado/doctorado-en-innovacion-en-tecnologia-educativa.md @@ -1,4 +1,4 @@ +++ title = 'Doctorado en Innovacion en Tecnologia Educativa' -tags = ['phd'] +tags = ['phd-program'] +++ diff --git a/content/es/academia/doctorado/doctorado-en-tecnologia-educativa.md b/content/es/academia/doctorado/doctorado-en-tecnologia-educativa.md index 7f33b5c..de35643 100644 --- a/content/es/academia/doctorado/doctorado-en-tecnologia-educativa.md +++ b/content/es/academia/doctorado/doctorado-en-tecnologia-educativa.md @@ -1,4 +1,4 @@ +++ title = 'Doctorado en Tecnologia Educativa' -tags = ['phd'] +tags = ['phd-program'] +++ diff --git a/layouts/shortcodes/count-doctorados.html b/layouts/shortcodes/count-doctorados.html index 33192bb..1ee47ba 100644 --- a/layouts/shortcodes/count-doctorados.html +++ b/layouts/shortcodes/count-doctorados.html @@ -1,2 +1,2 @@ -{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "phd") }} +{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "phd-program") }} {{ len $p }} |