diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6733887aa..39071f40a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -39,3 +39,4 @@ - [Yudi Widiyanto](https://github.com/yudiwdynto) - [Łukasz Mróz](https://github.com/mrozlukasz) - [Jia "Jay" Tan](https://github.com/j7an) +- [Ryan](https://github.com/alrayyes) diff --git a/layouts/partials/home.html b/layouts/partials/home.html index 5e46d53c5..5b9ecd7fd 100644 --- a/layouts/partials/home.html +++ b/layouts/partials/home.html @@ -10,13 +10,13 @@

{{ .Site.Params.info }}

{{ range sort .}} {{ if .icon }}
  • - +
  • {{ else }}
  • - {{ .name }} + {{ .name }}
  • {{ end }} {{ end }}