Added gitlab to montevideo.restaurant
This commit is contained in:
parent
21dc07e355
commit
500d4678d6
@ -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/"
|
||||
|
@ -2,9 +2,9 @@
|
||||
{{- range $index, $key := .Site.Params.Projects.Personal -}}
|
||||
<dt><a href="{{ $key.url }}">{{ $key.name }}</a></dt>
|
||||
<dd>{{ $key.description }} 
|
||||
{{- if $key.rogsgit -}}<a href="{{ $key.rogsgit }}"><img src="/cgit-small.png"/></a> {{- end -}}  
|
||||
{{- if $key.gitlab -}}<a href="{{ $key.gitlab }}"><img src="/gitlab-small.png"/></a> {{- end -}}
|
||||
{{- if $key.github -}}<a href="{{ $key.github }}"><img src="/github-small.png"/></a> {{- end -}}
|
||||
{{- if $key.rogsgit -}}<a class="personal-projects" href="{{ $key.rogsgit }}"><img src="/cgit-small.png"/></a> {{- end -}}
|
||||
{{- if $key.gitlab -}}<a class="personal-projects" href="{{ $key.gitlab }}"><img src="/gitlab-small.png"/></a> {{- end -}}
|
||||
{{- if $key.github -}}<a class="personal-projects"href="{{ $key.github }}"><img src="/github-small.png"/></a> {{- end -}}
|
||||
</dd>
|
||||
{{- end -}}
|
||||
</dl>
|
||||
|
@ -321,3 +321,6 @@ ul span.meta {
|
||||
.cats {
|
||||
width: 50%;
|
||||
}
|
||||
.personal-projects {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user