From b06a95f4bfcae703f96a30e46427c90a98bccb02 Mon Sep 17 00:00:00 2001 From: martin-corredera <martin.corredera@mercadolibre.com> Date: Sun, 16 Jul 2023 22:55:12 -0300 Subject: [PATCH] Added Default templates --- content/pages/Introduccion.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/pages/Introduccion.md b/content/pages/Introduccion.md index 7bedd27..1597667 100644 --- a/content/pages/Introduccion.md +++ b/content/pages/Introduccion.md @@ -5,6 +5,26 @@ Ordinal: 001 This site is hosted on GitLab Pages! Introduction + +<figure> + <!--Incluir camino a la imagen a mostrar--> + <img src="images/output_Im_1.jpg" width="200"> + <figcaption> + fig_img_modified :: La figura de Imagen Modificada + </figcaption> +</figure> + + +``` python +def function(img, param1, param2): + pass + pass + pass + + return img_madurada + +``` + The source code of this site is at <https://gitlab.com/pages/pelican>. Learn about GitLab Pages at <https://pages.gitlab.io>. -- GitLab