summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-08-03 22:28:07 -0600
committerAlejandro <[email protected]>2024-08-03 22:28:07 -0600
commit7e27d623a4e254c59d7ba51f3260af4665915ecb (patch)
tree69580e65a11bd7fad59e539d51c50988926363c6
parent2afbc848eaf1fa7aff719eb1e48b2ca6c33e6e3e (diff)
modified: tag to phd-program
-rw-r--r--content/es/academia/doctorado/doctorado-en-ciencias-de-la-computacion.md2
-rw-r--r--content/es/academia/doctorado/doctorado-en-innovacion-en-tecnologia-educativa.md2
-rw-r--r--content/es/academia/doctorado/doctorado-en-tecnologia-educativa.md2
-rw-r--r--layouts/shortcodes/count-doctorados.html2
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 }}