Skip to content

Commit

Permalink
fix: Add <meta name="robots" content="noindex"> to sample posts
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskyfung committed Sep 29, 2020
1 parent 06f1548 commit 923b375
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2017-11-27-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ date: 2017-11-27 04:00:00
tags: media test
amp:
youtube: true
meta: >-
<meta name="robots" content="noindex">
---

### Image
Expand Down
2 changes: 2 additions & 0 deletions _posts/2017-11-28-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ date: 2017-11-28 04:00:00
tags: code
css:
syntax: true
meta: >-
<meta name="robots" content="noindex">
---

<p>Code can be presented inline, like <code>&lt;?php bloginfo('stylesheet_url'); ?&gt;</code>, or within a <code>``` ```</code> block.</p>
Expand Down
2 changes: 2 additions & 0 deletions _posts/2017-11-29-sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ image:
title: Sample
date: 2017-11-29 04:00:00
tags: test
meta: >-
<meta name="robots" content="noindex">
---

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
Expand Down
2 changes: 2 additions & 0 deletions _posts/2017-11-30-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ date: 2017-11-30 04:00:00
tags: guide
css:
syntax: true
meta: >-
<meta name="robots" content="noindex">
---

<p>This shows how you can use html styling to achieve your hopes.</p>
Expand Down

0 comments on commit 923b375

Please sign in to comment.