blob: 263bb033a9e5a5c617d1097b93b37d0af442987d (
plain)
1
2
3
4
5
6
7
|
<div style="background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5) ), url('{{ .Params.image }}'); background-position: center;"
class="bg-center pv5" >
<div class="mw7 center ph2 near-white">
<h1 class="f1 tc title berkshire-swash">{{ .Title }}</h1>
{{ .Content }}
</div>
</div>
|