From 6cca5a458ff08f4390721e24cd44acdae39842c6 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 15 Jan 2023 15:17:14 -0300 Subject: [PATCH] Added cgit and github in personal projects --- layouts/shortcodes/personal-projects.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/shortcodes/personal-projects.html b/layouts/shortcodes/personal-projects.html index 2506d93..b61ae23 100644 --- a/layouts/shortcodes/personal-projects.html +++ b/layouts/shortcodes/personal-projects.html @@ -1,6 +1,10 @@
{{- range $index, $key := .Site.Params.Projects.Personal -}}
{{ $key.name }}
-
{{ $key.description }}  {{- if $key.gitlab -}} {{- end -}}
+
{{ $key.description }}  + {{- if $key.rogsgit -}} {{- end -}}   + {{- if $key.gitlab -}} {{- end -}} + {{- if $key.github -}} {{- end -}} +
{{- end -}}