diff --git a/.gitmodules b/.gitmodules index 4604a4b1a92e..b9dc5d6dff55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ [submodule "themes/docsy"] path = themes/docsy url = https://github.com/google/docsy.git - docsy-pin = v0.11.0-22-g2f361b2b + docsy-pin = v0.11.0-32-ge6d94771 docsy-note = "2024-04-01 Switching to google/docsy.git from cncf/docsy.git since we don't have any CNCF customizations." docsy-reminder = "Ensure that any tag referenced by `docsy-pin` is present in the remote repo (url), otherwise add (push) the tags to the repo." [submodule "content-modules/opentelemetry-specification"] diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 6de8eb1b3b6a..72ebd961bda8 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -175,10 +175,6 @@ } } -.td-breadcrumbs__single { - display: none !important; -} - .config-option { padding-inline-start: 1.5em; diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html deleted file mode 100644 index 7b53f0fa1e84..000000000000 --- a/layouts/blog/baseof.html +++ /dev/null @@ -1,36 +0,0 @@ - - -
- {{ partial "head.html" . }} - - -{{ .Date.Format ($.Param "time_format_blog") }} {{ T "ui_in"}} {{ .CurrentSection.LinkTitle }}
-{{ .Plain | safeHTML | truncate 250 }}
- -