summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/es/maestria/maestria-en-ciencia-de-datos.md3
-rw-r--r--content/es/maestria/maestria-en-ciencias-de-la-computacion.md3
-rw-r--r--content/es/maestria/maestria-en-innovacion-de-entornos-virtuales-de-ensenanza-de-aprendizaje.md3
-rw-r--r--content/es/maestria/maestria-en-sistemas-computacionales.md3
-rw-r--r--layouts/shortcodes/count-maestrias.html3
5 files changed, 2 insertions, 13 deletions
diff --git a/content/es/maestria/maestria-en-ciencia-de-datos.md b/content/es/maestria/maestria-en-ciencia-de-datos.md
deleted file mode 100644
index 662b90b..0000000
--- a/content/es/maestria/maestria-en-ciencia-de-datos.md
+++ /dev/null
@@ -1,3 +0,0 @@
-+++
-title = 'Maestria en Ciencia De Datos'
-+++
diff --git a/content/es/maestria/maestria-en-ciencias-de-la-computacion.md b/content/es/maestria/maestria-en-ciencias-de-la-computacion.md
deleted file mode 100644
index 2580647..0000000
--- a/content/es/maestria/maestria-en-ciencias-de-la-computacion.md
+++ /dev/null
@@ -1,3 +0,0 @@
-+++
-title = 'Maestria en Ciencias De La Computacion'
-+++
diff --git a/content/es/maestria/maestria-en-innovacion-de-entornos-virtuales-de-ensenanza-de-aprendizaje.md b/content/es/maestria/maestria-en-innovacion-de-entornos-virtuales-de-ensenanza-de-aprendizaje.md
deleted file mode 100644
index 40b7750..0000000
--- a/content/es/maestria/maestria-en-innovacion-de-entornos-virtuales-de-ensenanza-de-aprendizaje.md
+++ /dev/null
@@ -1,3 +0,0 @@
-+++
-title = 'Maestria en Innovacion De Entornos Virtuales De Ensenanza De Aprendizaje'
-+++
diff --git a/content/es/maestria/maestria-en-sistemas-computacionales.md b/content/es/maestria/maestria-en-sistemas-computacionales.md
deleted file mode 100644
index aaaf8ca..0000000
--- a/content/es/maestria/maestria-en-sistemas-computacionales.md
+++ /dev/null
@@ -1,3 +0,0 @@
-+++
-title = 'Maestria en Sistemas Computacionales'
-+++
diff --git a/layouts/shortcodes/count-maestrias.html b/layouts/shortcodes/count-maestrias.html
index 94557b6..1c6ef88 100644
--- a/layouts/shortcodes/count-maestrias.html
+++ b/layouts/shortcodes/count-maestrias.html
@@ -1 +1,2 @@
-{{ len (where .Site.RegularPages "Section" "==" "maestria") }}
+{{ $p := where site.RegularPages "Params.tags" "intersect" (slice "master-degree-program") }}
+{{ len $p }}