tabs work

This commit is contained in:
2021-08-23 06:58:39 +01:00
parent 9ac2748d45
commit dd44c55616
12 changed files with 93 additions and 40 deletions

View File

@ -0,0 +1,12 @@
<div class="hero header">
<div class="hero-body">
<a href="/">
<p class="title is-size-0">
{{ site.Params.header.name }}
</p>
<p class="subtitle is-size-4">
{{ site.Params.header.subtitle }}
</p>
</a>
</div>
</div>