Deploy Update
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 12s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
Jannik Menzel 2025-05-26 17:46:26 +02:00
parent e9144fbdc0
commit d4c980b052
27 changed files with 142 additions and 97 deletions

View file

@ -18,6 +18,7 @@
<li class="nav-item dropdown d-flex align-items-center show-on-hover">
<!-- Dropdown Parent -->
<a class="nav-link" href="{{ $i.url | relURL }}">{{ $i.name }}</a>
<svg class="dropdown-icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M480-360 280-560h400L480-360Z"/></svg>
<ul class="dropdown-menu">
{{ range $child := $children }}
<!-- Dropdown Child Desktop -->

View file

@ -0,0 +1,7 @@
{{ define "main" }}
<div class="container">
<div id="markdown">
{{ .Content }}
</div>
</div>
{{ end }}

View file

@ -0,0 +1,7 @@
{{ define "main" }}
<div class="container">
<div id="markdown">
{{ .Content }}
</div>
</div>
{{ end }}