Skip to content
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

Fix Liquid warning in the single layout from the template #88

Closed
wants to merge 1 commit into from

Conversation

oleg-nenashev
Copy link
Member

IMHO it is a Liquid bug but easier to just get rid of it in our code

C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/json-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated
    Liquid Warning: Liquid syntax error (line 1): Expected dotdot but found id in "(page.header.overlay_color or page.header.overlay_image) or page.header.image" in C:/Users/Oleg/Documents/opensource/wiremock/wiremock.org/_layouts/splash.html
    Liquid Warning: Liquid syntax error (line 1): Expected dotdot but found id in "(page.header.overlay_color or page.header.overlay_image) or page.header.image" in C:/Users/Oleg/Documents/opensource/wiremock/wiremock.org/_layouts/single.html
    Liquid Warning: Liquid syntax error (line 1): Expected dotdot but found id in "(page.header.overlay_color or page.header.overlay_image) or page.header.image" in C:/Users/Oleg/Documents/opensource/wiremock/wiremock.org/_layouts/archive.html
    Liquid Warning: Liquid syntax error (line 1): Expected dotdot but found id in "(page.header.overlay_color or page.header.overlay_image) or page.header.image" in C:/Users/Oleg/Documents/opensource/wiremock/wiremock.org/_layouts/support.html

mmistakes/minimal-mistakes#479. Contributes to #58

@oleg-nenashev oleg-nenashev added the chore Maintenance label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant