Erstes Commit
This commit is contained in:
11
hugo/layouts/gameplays/gameplaylist.html
Normal file
11
hugo/layouts/gameplays/gameplaylist.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
<nav class="submenu box">
|
||||
<h2>Bereiche:</h2>
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user