Initial restructuring
This commit is contained in:
parent
c71d9f723b
commit
b1719e8d24
69 changed files with 1133 additions and 3 deletions
14
themes/rb/layouts/project/section.html
Normal file
14
themes/rb/layouts/project/section.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
<nav>
|
||||
<ul>
|
||||
{{ range .Page.Params.links -}}
|
||||
<li>
|
||||
<a href="{{ .url }}" title="{{ .name }}">{{- .name -}}</a>
|
||||
</li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue