Skip to content

Commit dffbc02

Browse files
authored
Merge pull request #234 from googlecodelabs/remove-about
Removed about section for now.
2 parents 11fecc6 + e2478c2 commit dffbc02

File tree

2 files changed

+637
-674
lines changed

2 files changed

+637
-674
lines changed

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)