mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-26 06:37:25 +10:00
rename query and make arbitrary change to all.sass for testing
This commit is contained in:
parent
aacda70eb4
commit
6dd7ca3fad
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@import "~bulma/sass/utilities/initial-variables"
|
||||
|
||||
// Config
|
||||
// Config vars
|
||||
$kaldi-red: #FD461E
|
||||
$kaldi-red-invert: #fff
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export default props => {
|
|||
}
|
||||
|
||||
export const pageQuery = graphql`
|
||||
query BlogPostByPath($id: String!) {
|
||||
query BlogPostByID($id: String!) {
|
||||
markdownRemark(id: { eq: $id }) {
|
||||
id
|
||||
html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue