short event description in header
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nils Steinger 2023-03-17 19:51:07 +01:00
parent 7df9493c1d
commit 342a7785a8
2 changed files with 11 additions and 1 deletions

View File

@ -114,6 +114,12 @@ main {
background: url(/uber.svg) no-repeat 50% 69% / 92.5% 92.5%; background: url(/uber.svg) no-repeat 50% 69% / 92.5% 92.5%;
color: transparent; color: transparent;
} }
.detail {
display: block;
font-size: 50%;
margin-top: 0.4em;
}
} }
} }

View File

@ -39,7 +39,11 @@
</nav> </nav>
</header> </header>
<main> <main>
<p class="upcoming">23.000 Meilen <span class="uber">uber</span> dem Meer<br>20.-&#8203;23.&#8203;7.&#8203;2023<br>Bamberg</p> <p class="upcoming">
23.000 Meilen <span class="uber">uber</span> dem Meer<br>
20.-&#8203;23.&#8203;7.&#8203;2023<br>
<span class="detail"><a href="{{ relref . "/faq#was-ist-eigentlich-eine-_intergalaktische-erfahrungsreise_" }}">eine Konferenz des backspace&nbsp;e.V. in Bamberg</a></span>
</p>
{{ block "main" . }} {{ block "main" . }}
{{ end }} {{ end }}
</main> </main>