diff options
author | Alejandro <alex.mac.fon@gmail.com> | 2024-07-25 15:43:49 -0600 |
---|---|---|
committer | Alejandro <alex.mac.fon@gmail.com> | 2024-07-25 15:43:49 -0600 |
commit | 1d0c4542e8a3e7fd43c10cb7f61298052258a832 (patch) | |
tree | 08737d2988f9dbb9958a6b34b499c8a4c80f5508 /layouts/shortcodes/count-licenciaturas.html | |
parent | 394fec0d074684bdbdb99d07ef614aa5e6c0a5a7 (diff) |
added: shortcode for counting the programs in the main page
Diffstat (limited to 'layouts/shortcodes/count-licenciaturas.html')
-rw-r--r-- | layouts/shortcodes/count-licenciaturas.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/count-licenciaturas.html b/layouts/shortcodes/count-licenciaturas.html new file mode 100644 index 0000000..25ac5f3 --- /dev/null +++ b/layouts/shortcodes/count-licenciaturas.html @@ -0,0 +1 @@ +{{ len (where .Site.RegularPages "Section" "==" "licenciatura") }} |