_layouts/page.html in jekyll-theme-isotc211-0.3 vs _layouts/page.html in jekyll-theme-isotc211-0.3.1
- old
+ new
@@ -1,8 +1,8 @@
---
layout: default
bodyClass: page
---
-<h2>{{ page.title }}</h2>
+<h1>{{ page.title_html | default: page.title }}</h1>
{{ content }}