From 8a200dccc2fbf286e6e37e1797b97555e903a5bf Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 4 Aug 2024 18:56:36 -0600 Subject: added: shortcode for phd programs --- content/es/academia/doctorado/_index.md | 2 ++ layouts/shortcodes/list-phds.html | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 layouts/shortcodes/list-phds.html diff --git a/content/es/academia/doctorado/_index.md b/content/es/academia/doctorado/_index.md index 5db6c40..6838dc5 100644 --- a/content/es/academia/doctorado/_index.md +++ b/content/es/academia/doctorado/_index.md @@ -1,3 +1,5 @@ +++ title = 'Doctorado' +++ + +{{< list-phds >}} diff --git a/layouts/shortcodes/list-phds.html b/layouts/shortcodes/list-phds.html new file mode 100644 index 0000000..426e313 --- /dev/null +++ b/layouts/shortcodes/list-phds.html @@ -0,0 +1,9 @@ + -- cgit v1.2.3