diff options
| author | Russ Cox <rsc@golang.org> | 2021-11-18 12:14:55 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-11-22 20:36:15 +0000 |
| commit | c01d5558942054afd231d096aba71896c9990785 (patch) | |
| tree | 0fe0023473b29a387d9264696eaf231e98e11e1d /_content/site.tmpl | |
| parent | e219555f0be92c3e4ac359cb6d74608fe38a8117 (diff) | |
| download | go-x-website-c01d5558942054afd231d096aba71896c9990785.tar.xz | |
talks: serve go.dev/talks for talks.golang.org content
This is the last user-facing golang.org domain.
Now everything is on go.dev.
Change-Id: I8d9f4b7609a019f077848825cbd417d38058a5ac
Reviewed-on: https://go-review.googlesource.com/c/website/+/365494
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Diffstat (limited to '_content/site.tmpl')
| -rw-r--r-- | _content/site.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl index bff48589..cb2407bd 100644 --- a/_content/site.tmpl +++ b/_content/site.tmpl @@ -1,3 +1,4 @@ +{{block "entirepage" . -}} <!DOCTYPE html> <html lang="en"> <head> @@ -170,6 +171,7 @@ </footer> </body> </html> +{{end}} {{define "breadcrumbnav p1 p2"}} {{- if ne .p1.URL "/"}} |
