mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
13 lines
244 B
HTML
13 lines
244 B
HTML
<div id="header" class="container-fluid category-header">
|
|
<div class="cover center-both text-center">
|
|
<h1 class="title">{{ page.category | capitalize }}</h1>
|
|
</div>
|
|
|
|
<div class="left">
|
|
</div>
|
|
|
|
<div class="right">
|
|
</div>
|
|
|
|
</div>
|