From 38c923dacfe2154d5616e60899dd7a266f9ec041 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 14 Aug 2024 12:42:59 -0600 Subject: added: listing common subjects shortcode --- content/es/academia/licenciatura/ingenieria-de-software.md | 3 +++ layouts/shortcodes/list-common-subjects.html | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 layouts/shortcodes/list-common-subjects.html diff --git a/content/es/academia/licenciatura/ingenieria-de-software.md b/content/es/academia/licenciatura/ingenieria-de-software.md index 06fb723..b2a8b22 100644 --- a/content/es/academia/licenciatura/ingenieria-de-software.md +++ b/content/es/academia/licenciatura/ingenieria-de-software.md @@ -32,6 +32,9 @@ El Ingeniero de Software desarrollará sistemas de información que solucionará # Programa ## Semestre 1 + +{{< list-common-subjects >}} + ## Semestre 2 ## Semestre 3 ## Semestre 4 diff --git a/layouts/shortcodes/list-common-subjects.html b/layouts/shortcodes/list-common-subjects.html new file mode 100644 index 0000000..23de35f --- /dev/null +++ b/layouts/shortcodes/list-common-subjects.html @@ -0,0 +1,6 @@ + -- cgit v1.2.3