mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-05 09:08:48 +02:00
Deploy Update
This commit is contained in:
parent
e9144fbdc0
commit
d4c980b052
27 changed files with 142 additions and 97 deletions
|
@ -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 -->
|
||||
|
|
7
layouts/section/about.html
Normal file
7
layouts/section/about.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<div id="markdown">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
7
layouts/section/studium.html
Normal file
7
layouts/section/studium.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<div id="markdown">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue