From 607a3e2ad94a9e43a170a2968d3d84a9ece229e6 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 26 Jun 2019 15:09:47 +0200 Subject: [PATCH] Home rel link (#195) * Added rel support * Added name to contributers file --- CONTRIBUTORS.md | 1 + layouts/partials/home.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6733887..39071f4 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 5e46d53..5b9ecd7 100644 --- a/layouts/partials/home.html +++ b/layouts/partials/home.html @@ -10,13 +10,13 @@ {{ range sort .}} {{ if .icon }}
  • - +
  • {{ else }}
  • - {{ .name }} + {{ .name }}
  • {{ end }} {{ end }}