diff --git a/website/assets/scss/_pageinfo.scss b/website/assets/scss/_pageinfo.scss index 6309524f..b28bc62d 100644 --- a/website/assets/scss/_pageinfo.scss +++ b/website/assets/scss/_pageinfo.scss @@ -18,3 +18,15 @@ width: 77.5%; } +div.row { + div.col-lg-4 { + p { + a { + font-size: 90%; + background-color: #EAAA2C; + padding: 10px 12px; + color: whitesmoke; + } + } + } +} \ No newline at end of file diff --git a/website/content/en/_index.html b/website/content/en/_index.html index 498d1ea0..a9d312bd 100644 --- a/website/content/en/_index.html +++ b/website/content/en/_index.html @@ -61,8 +61,8 @@ Prevent loss of job history {{< blocks/section >}} -{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/jenkinsci/kubernetes-operator" %}} -We do a [Pull Request](https://github.com/jenkinsci/kubernetes-operator/pulls) contributions workflow on **GitHub**. New users are always welcome! +{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/jenkinsci/kubernetes-operator/pulls" %}} +We do a Pull Request contributions workflow on **GitHub**. New users are always welcome! {{% /blocks/feature %}} {{% blocks/feature icon="fas fa-folder-open" title="Documentation" url="/kubernetes-operator/docs" %}} diff --git a/website/layouts/partials/page-meta-links.html b/website/layouts/partials/page-meta-links.html new file mode 100644 index 00000000..16deaefa --- /dev/null +++ b/website/layouts/partials/page-meta-links.html @@ -0,0 +1,19 @@ +{{ if .Path }} + {{ $gh_repo := ($.Param "github_repo") }} + {{ $gh_project_repo := ($.Param "github_project_repo") }} + {{ if $gh_repo }} +
+ {{ end }} +{{ end }}