From 1a154d34003a06d3c3e2badaeefe7c1e15e64962 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 25 Jun 2019 11:06:20 +0200 Subject: [PATCH 1/2] Added rel support --- layouts/partials/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }} From 274c9b5f8aeedf8c39cdf8e7f1a9a67b35768175 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 25 Jun 2019 11:11:19 +0200 Subject: [PATCH 2/2] Added name to contributers file --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) 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)