CHANGE from config to md files for index page
This commit is contained in:
parent
80feba5acc
commit
db7ec5795f
12 changed files with 37 additions and 54 deletions
|
@ -4,9 +4,9 @@
|
|||
{{- $odd := .odd }}
|
||||
{{- $id := "team"}}
|
||||
{{if $team.id}}
|
||||
{{- $id := $team.id}}
|
||||
{{- $id = $team.id}}
|
||||
{{else if .id}}
|
||||
{{- $id := .id }}
|
||||
{{- $id = .id }}
|
||||
{{end}}
|
||||
<div id="{{ $id }}" class="section {{if eq $odd 0}} section-even {{end}}">
|
||||
<div class="section-content team">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue