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 -}}