why doesn't it find the stupid asserts?
This commit is contained in:
parent
ff2b561734
commit
fdb3c23f61
4
layouts/partials/header_brand.html
Normal file
4
layouts/partials/header_brand.html
Normal 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>
|
BIN
themes/minimal-theme/assets/images/FSFW_Logo_V3_bw.png
Normal file
BIN
themes/minimal-theme/assets/images/FSFW_Logo_V3_bw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
themes/minimal-theme/assets/images/sat-rs_logo.png
Normal file
BIN
themes/minimal-theme/assets/images/sat-rs_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
themes/minimal-theme/assets/images/unilogo_schriftzug_white.png
Normal file
BIN
themes/minimal-theme/assets/images/unilogo_schriftzug_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
1
themes/minimal-theme/layouts/partials/header_brand.html
Normal file
1
themes/minimal-theme/layouts/partials/header_brand.html
Normal file
@ -0,0 +1 @@
|
||||
<a class="navbar-brand" target="_blank">Brand Placeholder</a>
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user