Hi All,
I have a very simple frontmatter on every content page
---
layout: "layout-en"
title: About
description: Lorem ipsum dolor sit amet consectetur, adipisicing elit. Cupiditate commodi animi, incidunt assumenda ea, libero corporis neque et saepe, placeat reiciendis ratione dicta. Quam error cum porro vitae laudantium voluptates.
---
It works, I mean it gets the layout and tilte as it supposed to, but it also gets rendered as text like this:
my Gemfile::
source 'https://rubygems.org'
gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 2.7'
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
gem 'middleman-livereload'
gem 'middleman-minify-html'
gem 'middleman-rsync'
Is there any settings for preventing that?