File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ function Header() {
41
41
/* const leftColumn = greenlake.filter((gl, index) => index % 2 === 0); */
42
42
const leftColumn = greenlake ;
43
43
const rightColumn = greenlake . filter ( ( gl , index ) => index % 2 ) ;
44
- const externalLinks = [
45
- {
46
- title : 'HPE GreenLake API Portal' ,
47
- slug : 'https://developer.greenlake.hpe.com/' ,
48
- } ,
49
- {
50
- title : 'HPE GreenLake Test Drive' ,
51
- slug : 'https://testdrive.greenlake.hpe.com/' ,
52
- } ,
53
- ] ;
44
+ // const externalLinks = [
45
+ // {
46
+ // title: 'HPE GreenLake API Portal',
47
+ // slug: 'https://developer.greenlake.hpe.com/',
48
+ // },
49
+ // {
50
+ // title: 'HPE GreenLake Test Drive',
51
+ // slug: 'https://testdrive.greenlake.hpe.com/',
52
+ // },
53
+ // ];
54
54
55
55
// const externalLeftColumn = externalLinks.filter(
56
56
// (el, index) => index % 2 === 0,
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export default function Slacksignup() {
175
175
borderRadius : '100px' ,
176
176
color : '#ffffff' ,
177
177
width : '250px' ,
178
- position : 'relative' ,
178
+ position : 'relative' ,
179
179
height : '40px' ,
180
180
} }
181
181
/>
Original file line number Diff line number Diff line change @@ -112,7 +112,9 @@ export const pageQuery = graphql`
112
112
allMarkdownRemark(
113
113
limit: 2000
114
114
sort: { fields: [frontmatter___date], order: DESC }
115
- filter: { frontmatter: { tags: { regex: $tagRE } } }
115
+ filter: {
116
+ frontmatter: { tags: { regex: $tagRE }, disbale: { ne: true } }
117
+ }
116
118
) {
117
119
totalCount
118
120
edges {
You can’t perform that action at this time.
0 commit comments