mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-01-09 14:33:54 +01:00
8 lines
367 B
Plaintext
8 lines
367 B
Plaintext
|
|
<header class="hero-header" style="background: url('<% if (page.banner) { %> <%= page.banner %> <% } else { %> /img/knowledge-bg.jpg <% } %>') <% if (page.percent) { %> <%= page.percent %> <% } else { %> 50% 50% <% } %> no-repeat;">
|
|
<div class="heading">
|
|
<h1><%= page.title %></h1>
|
|
<h4 class="subheading"><%= page.subtitle || "" %></h4>
|
|
</div>
|
|
</header>
|