.fronty .publish-renderer > .publish-frontmatter > .markdown-preview-section > div > .frontmatter {
  /* !important is required to override a style attribute declaration on the element */
  display: block !important;
}
.fronty .frontmatter.language-yaml {
  display: block !important;
}