From: XhmikosR Date: Thu, 21 Feb 2019 12:53:14 +0000 (+0200) Subject: Add support for meta robots. X-Git-Tag: v5.0.0-alpha1~1200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58b587a7268aa2265ad14b02a118eeaa3cae93c;p=thirdparty%2Fbootstrap.git Add support for meta robots. --- 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" . }}