summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-07-25 17:09:52 -0600
committerAlejandro <[email protected]>2024-07-25 17:09:52 -0600
commitd6adcf5df98438d7d1dec678baae3e25d636b6e3 (patch)
tree2e7283eee8632515a36865c62977f622a4c591a2 /layouts
parent950e99e425c5f15355dec79cdfc29b0ac9b6df24 (diff)
added: apartado de educacion continua
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/count-cursos.html1
-rw-r--r--layouts/shortcodes/count-diplomados.html1
-rw-r--r--layouts/shortcodes/count-talleres.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/count-cursos.html b/layouts/shortcodes/count-cursos.html
new file mode 100644
index 0000000..d0fd9e9
--- /dev/null
+++ b/layouts/shortcodes/count-cursos.html
@@ -0,0 +1 @@
+{{ len (where .Site.RegularPages "Section" "==" "cursos") }}
diff --git a/layouts/shortcodes/count-diplomados.html b/layouts/shortcodes/count-diplomados.html
new file mode 100644
index 0000000..0bc87e7
--- /dev/null
+++ b/layouts/shortcodes/count-diplomados.html
@@ -0,0 +1 @@
+{{ len (where .Site.RegularPages "Section" "==" "diplomados") }}
diff --git a/layouts/shortcodes/count-talleres.html b/layouts/shortcodes/count-talleres.html
new file mode 100644
index 0000000..d2b5ea4
--- /dev/null
+++ b/layouts/shortcodes/count-talleres.html
@@ -0,0 +1 @@
+{{ len (where .Site.RegularPages "Section" "==" "talleres") }}