From 49de2346a7d872c55b86eb517b799aa2ee0a0f28 Mon Sep 17 00:00:00 2001 From: Lennart Ziburski Date: Thu, 7 Dec 2017 10:03:55 +0100 Subject: [PATCH] Inserted contributor avatars from GitHub --- website/site/layouts/index.html | 33 +++++++------------------------- website/src/css/imports/docs.css | 6 +++--- 2 files changed, 10 insertions(+), 29 deletions(-) diff --git a/website/site/layouts/index.html b/website/site/layouts/index.html index 4dceff8b..746c81e1 100755 --- a/website/site/layouts/index.html +++ b/website/site/layouts/index.html @@ -59,32 +59,13 @@ {{ end }}

{{ .Site.Data.landing.community.contributors | markdownify }}

-
- - - - - - - - - - - - - - - - - - - - - - - - -
+ {{ range .Site.Data.contributors }} +
+ {{ range . }} + {{.login}} + {{ end }} +
+ {{ end }}
diff --git a/website/src/css/imports/docs.css b/website/src/css/imports/docs.css index 9c8ffe4d..f2af395f 100644 --- a/website/src/css/imports/docs.css +++ b/website/src/css/imports/docs.css @@ -99,7 +99,6 @@ .docs-content { font-size: 18px; line-height: 28px; - font-weight: $light; .edit-this-page { float: right; @@ -147,8 +146,8 @@ border-radius: 2px; padding: 2px 6px; white-space: nowrap; - } - + } + pre > code { background: initial; padding: initial; @@ -178,6 +177,7 @@ text-transform: uppercase; letter-spacing: 1.5px; margin-top: $medium; + margin-bottom: $small; &:after {