Disable search engine indexing by default

This commit is contained in:
Rowan Manning
2013-11-15 15:58:49 +00:00
parent 85b70c5679
commit 55d44685e9
5 changed files with 20 additions and 3 deletions

View File

@@ -9,6 +9,8 @@
<title>{{block "title"}}</title>
<meta name="description" content="{{block "description"}}"/>
{{#if noindex}}<meta name="robots" content="noindex"/>{{/if}}
<link rel="icon" type="image/png" href="favicon.png" />
<!-- For mobile devices. -->