diff options
author | Alejandro <[email protected]> | 2024-08-03 22:28:07 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-08-03 22:28:07 -0600 |
commit | 7e27d623a4e254c59d7ba51f3260af4665915ecb (patch) | |
tree | 69580e65a11bd7fad59e539d51c50988926363c6 /layouts/shortcodes/count-doctorados.html | |
parent | 2afbc848eaf1fa7aff719eb1e48b2ca6c33e6e3e (diff) |
modified: tag to phd-program
Diffstat (limited to 'layouts/shortcodes/count-doctorados.html')
-rw-r--r-- | layouts/shortcodes/count-doctorados.html | 2 |
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 }} |