Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Make the layout name lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
vincemtnz committed Dec 5, 2017
1 parent 10efb67 commit 2bb640c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/_show.slim
Expand Up @@ -3,7 +3,7 @@
- meta og: facebook_meta(@page, share_card)

- meta optimization_tags: @page.meta_tags
- meta liquid_layout: @page.liquid_layout.title
- meta liquid_layout: @page.liquid_layout.title.downcase
= @rendered
= render 'pages/personalization', data: @data
= render 'pages/campaigner_overlay', page: @page
Expand Down

0 comments on commit 2bb640c

Please sign in to comment.