-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/breadcrumb #65
Conversation
}); | ||
|
||
document.getElementById('CloseMenu').addEventListener('click', function() { | ||
document.getElementById("logo").className = 'whiteLogo'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mixed double and single quotes.
MH-FiorellaTheme5/config.rb
Outdated
# Per-page layout changes | ||
page '/*.xml', layout: false | ||
page '/*.json', layout: false | ||
page '/*.txt', layout: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
MH-FiorellaTheme5/config.rb
Outdated
|
||
# Per-page layout changes | ||
page '/*.xml', layout: false | ||
page '/*.json', layout: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
MH-FiorellaTheme5/config.rb
Outdated
# https://middlemanapp.com/basics/layouts/ | ||
|
||
# Per-page layout changes | ||
page '/*.xml', layout: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
link : #29
Originals
How it looks