From e58b587a7268aa2265ad14b02a118eeaa3cae93c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 21 Feb 2019 14:53:14 +0200 Subject: [PATCH] Add support for meta robots. --- site/layouts/_default/examples.html | 4 ++++ site/layouts/partials/header.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index a62abad007..2419126215 100644 --- a/site/layouts/_default/examples.html +++ b/site/layouts/_default/examples.html @@ -10,6 +10,10 @@ + {{ with .Params.robots -}} + + {{- end }} + {{ partial "stylesheet" . }}