Commit e58b587a authored by XhmikosR's avatar XhmikosR
Browse files

Add support for meta robots.

parent 678da2ea
Showing with 8 additions and 0 deletions
+8 -0
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
{{ with .Params.robots -}}
<meta name="robots" content="{{ . }}">
{{- end }}
{{ partial "stylesheet" . }} {{ partial "stylesheet" . }}
<style> <style>
......
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
{{ with .Params.robots -}}
<meta name="robots" content="{{ . }}">
{{- end }}
{{ partial "stylesheet" . }} {{ partial "stylesheet" . }}
{{ partial "favicons" . }} {{ partial "favicons" . }}
{{ partial "social" . }} {{ partial "social" . }}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment