diff --git a/config.toml b/config.toml index b2fbdcc..af648dc 100644 --- a/config.toml +++ b/config.toml @@ -36,7 +36,8 @@ copyright = "© Roger Gonzalez" url = "https://montevideo.restaurant/" description = "A restaurant index page for the city of Montevideo (Uruguay)." github = "https://github.com/rogsme/montevideo.restaurant" - rogsgit = "https://git.rogs.me/montevideo.restaurant.git/" + rogsgit = "https://git.rogs.me/montevideo.restaurant.git" + gitlab = "https://gitlab.com/rogs/montevideo.restaurant" [[params.projects.personal]] name = "YAMS" url = "https://yams.media/" diff --git a/layouts/shortcodes/personal-projects.html b/layouts/shortcodes/personal-projects.html index b61ae23..6d98b99 100644 --- a/layouts/shortcodes/personal-projects.html +++ b/layouts/shortcodes/personal-projects.html @@ -2,9 +2,9 @@ {{- range $index, $key := .Site.Params.Projects.Personal -}}
{{ $key.name }}
{{ $key.description }}  - {{- if $key.rogsgit -}} {{- end -}}   - {{- if $key.gitlab -}} {{- end -}} - {{- if $key.github -}} {{- end -}} + {{- if $key.rogsgit -}} {{- end -}} + {{- if $key.gitlab -}} {{- end -}} + {{- if $key.github -}} {{- end -}}
{{- end -}} diff --git a/themes/archie/static/css/main.css b/themes/archie/static/css/main.css index 56042b9..ad048b0 100644 --- a/themes/archie/static/css/main.css +++ b/themes/archie/static/css/main.css @@ -321,3 +321,6 @@ ul span.meta { .cats { width: 50%; } +.personal-projects { + margin-left: 5px; +}