Skip to content

Commit 4352120

Browse files
authored
Update 2019-10-29-convert-gutenberg-columns-to-use-css-grid.md
1 parent 76c9fd5 commit 4352120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2019-10-29-convert-gutenberg-columns-to-use-css-grid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: "Using CSS Grid for Gutenberg Columns"
44
permalink: "blog/converting-gutenberg-columns-to-use-css-grid"
5+
skip_from_archives: true
56
categories:
67
- WordPress
78
comments_id: 12
@@ -87,4 +88,4 @@ Of course if you use that you'll also have to take into account mobile visitors
8788
display: flex; /* block also works fine. */
8889
}
8990
}
90-
```
91+
```

0 commit comments

Comments
 (0)