add images

This commit is contained in:
Robin Müller 2023-12-08 13:51:07 +01:00
parent 851c53b5e2
commit ff2b561734
Signed by: muellerr
GPG Key ID: A649FB78196E3849
6 changed files with 2 additions and 2 deletions

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

@ -1,6 +1,6 @@
baseURL = 'https://www.absatsw.irs-uni-stuttgart.de'
languageCode = 'en-us'
title = 'Institute for Space Systems Satellite Division Software Projects'
title = 'IRS Satellite Division Software Projects'
theme = "minimal-theme"
relativeURLs = true

View File

@ -22,7 +22,7 @@ Renders a menu for the given menu ID.
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav- me-auto mb-2 mb-md-0">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
</ul>
</div>