added noindex variable for search engine optimization via front matter
This commit is contained in:
parent
52b109bafd
commit
259b696f1b
3 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
format: blog-index
|
||||
noindex: true
|
||||
---
|
||||
<div class="row">
|
||||
<div class="medium-8 columns t30">
|
||||
|
|
Reference in a new issue