mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-21 21:22:21 +00:00
them spaces
This commit is contained in:
parent
73ea620b98
commit
6dabaecc94
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<code>
|
||||
{{ with .element }}
|
||||
{{ with $.name }}
|
||||
<div class="nameblock"><span class="name">{{ . }}</span>:</div>
|
||||
<div class="nameblock"><span class="name">{{ . }}</span>{{ ": " }}</div>
|
||||
{{ end }}
|
||||
{{ if (eq $.kind "array") }}
|
||||
<span class="kind {{ $.kind }}">arrayOf</span> [
|
||||
|
@ -28,7 +28,7 @@
|
|||
<abbr class="pointer" title="Optional, might not be in the object"
|
||||
>*</abbr
|
||||
>
|
||||
{{ end }}:
|
||||
{{ end }}{{ ": " }}
|
||||
</div>
|
||||
{{ end }}
|
||||
<span class="kind {{ $.kind }}">{{ .kind }}</span>
|
||||
|
|
Loading…
Reference in a new issue