further simplify tables
This commit is contained in:
parent
2bf43d91cf
commit
252f7d77ac
@ -22,7 +22,6 @@
|
||||
<h2><a href="./">Go by Example</a>: {{.Name}}</h2>
|
||||
{{range .Segs}}
|
||||
<table>
|
||||
<tbody>
|
||||
{{range .}}
|
||||
<tr>
|
||||
<td class="docs">
|
||||
@ -33,7 +32,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
</tbody>
|
||||
</table>
|
||||
{{end}}
|
||||
{{if .NextExample}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user