My Theme
This commit is contained in:
16
themes/papercut/layouts/partials/header.html
Normal file
16
themes/papercut/layouts/partials/header.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<header class="bg-dark shadow-sm sticky-top py-3 mb-3">
|
||||
<div class="container">
|
||||
<div class="row flex-nowrap justify-content-between align-items-center">
|
||||
<div class="col-4 fs-3">
|
||||
🏴☠️
|
||||
</div>
|
||||
<div class="col-4 text-center fw-bold fs-3 text-white">
|
||||
Сашка ☕
|
||||
</div>
|
||||
<div class="col-4 d-flex justify-content-end align-items-center">
|
||||
<a class="btn btn-sm btn-outline-light" href="/posts/" target="_blank">Blog</a>
|
||||
💀 🔵 🔴
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user