summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/count-doctorados.html
diff options
context:
space:
mode:
authorAlejandro <alex.mac.fon@gmail.com>2024-08-03 22:28:07 -0600
committerAlejandro <alex.mac.fon@gmail.com>2024-08-03 22:28:07 -0600
commit7e27d623a4e254c59d7ba51f3260af4665915ecb (patch)
tree69580e65a11bd7fad59e539d51c50988926363c6 /layouts/shortcodes/count-doctorados.html
parent2afbc848eaf1fa7aff719eb1e48b2ca6c33e6e3e (diff)
modified: tag to phd-program
Diffstat (limited to 'layouts/shortcodes/count-doctorados.html')
-rw-r--r--layouts/shortcodes/count-doctorados.html2
1 files changed, 1 insertions, 1 deletions
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 }}