jekyll-minifier/spec/fixtures/_layouts/page.html

9 lines
127 B
HTML
Raw Normal View History

2023-11-19 09:42:13 +00:00
---
layout: default
---
<div class="page">
<h1 class="page-title">{{ page.title | capitalize }}</h1>
{{ content }}
</div>