From 461fadb8c3789c265ae5e163e6372a8fdefe2b00 Mon Sep 17 00:00:00 2001 From: Damini Satya Date: Fri, 15 Feb 2019 11:40:09 +0530 Subject: [PATCH] Update download icon and add RSS label (#12648) * Add 'RSS feed' label * Update download icon --- layouts/blog/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index ebb537d629..fe8919e95c 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -20,14 +20,14 @@
{{ with site.Home.OutputFormats.Get "rss" -}} - + RSS Feed {{ end -}} @Kubernetesio View on Github #kubernetes-users Stack Overflow Forum - Download Kubernetes + Download Kubernetes
{{ partialCached "blog/archive.html" . }}