why doesn't it find the stupid asserts?

This commit is contained in:
Robin Müller 2023-12-08 14:15:34 +01:00
parent ff2b561734
commit fdb3c23f61
Signed by: muellerr
GPG Key ID: A649FB78196E3849
7 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<a class="navbar-brand" href="https://www.irs.uni-stuttgart.de/" target="_blank">
{{ $image := resources.Get "images/unilogo_schriftzug_white.png" }}
<img src="{{ $image.RelPermalink }}" width=200 height=auto>
</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1 @@
<a class="navbar-brand" target="_blank">Brand Placeholder</a>

View File

@ -13,7 +13,7 @@ Renders a menu for the given menu ID.
{{- with index site.Menus $menuID }}
<nav class="navbar navbar-expand-md navbar-dark bg-dark mb-4">
<div class="container-fluid">
<a class="navbar-brand" href="#">Here be logo</a>
{{ partial "header_brand.html" }}
<button
class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarCollapse" aria-controls="navbarCollapse"