Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit e2478c2

Browse files
Removed about section for now.
1 parent 11fecc6 commit e2478c2

2 files changed

Lines changed: 637 additions & 674 deletions

File tree

claat/render/template.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
feedback-link="{{.Meta.Feedback}}">
4343
{{range $i, $e := .Steps}}{{if matchEnv .Tags $.Env}}
4444
<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}}
5145
{{.Content | renderHTML $.Env}}
5246
</google-codelab-step>
5347
{{end}}{{end}}

0 commit comments

Comments
 (0)