You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CL 599275 inadvertently broke the telemetry privacy policy rendering, as
it removed the base.html used by privacy policy markdown rendering (see
also Chesterton's Fence...).
Fix this by adding back a root template for markdown rendering, which
can no longer share a common base with other layouts that have since
been modified to manage their own content layout.
Also:
- temporarily move necessary template funcs into the content package
- add a test that would have caught this breakage
Fixesgolang/go#68859
Change-Id: I4afa76387b97fe5219bebb6c1147266775c16bea
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/604798
TryBot-Bypass: Robert Findley <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
Auto-Submit: Robert Findley <[email protected]>
Commit-Queue: Robert Findley <[email protected]>
0 commit comments