We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11fecc6 + e2478c2 commit dffbc02Copy full SHA for dffbc02
claat/render/template.html
@@ -42,12 +42,6 @@
42
feedback-link="{{.Meta.Feedback}}">
43
{{range $i, $e := .Steps}}{{if matchEnv .Tags $.Env}}
44
<google-codelab-step label="{{.Title}}" duration="{{.Duration.Minutes}}">
45
- {{if eq $i 0}}
46
- <google-codelab-about codelab-title="{{$.Meta.Title}}"
47
- {{if $.Updated}}last-updated="{{$.Updated}}"{{end}}
48
- {{if $.Meta.Authors}}authors="{{$.Meta.Authors}}"{{end}}>
49
- </google-codelab-about>
50
- {{end}}
51
{{.Content | renderHTML $.Env}}
52
</google-codelab-step>
53
{{end}}{{end}}
0 commit comments