diff --git a/.htmltest.yml b/.htmltest.yml index 894623c..334ede4 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -11,7 +11,7 @@ IgnoreInternalEmptyHash: true # FIXME IgnoreInternalURLs: # list of paths IgnoreURLs: # list of regexs of paths or URLs to be ignored # Ignore Docsy-generated GitHub links for now - - ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc + - ^https://github.com/theupdateframework/theupdateframework.io/(edit|new|tree) # view, edit page src, etc - ^https://github\.com/theupdateframework/.*?/commit/ # last mod # TUF diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 96fbaf5..ab51837 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -55,3 +55,7 @@ $tuf-blue: #0082ca; a.spec-btn { color: white !important; } + +.td-page-meta__child { + display: none !important; +} diff --git a/hugo.yaml b/hugo.yaml index 7c69d45..189b919 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -83,7 +83,6 @@ params: [Funding](/docs/project/funding/) | # from_year: 2024 github_repo: &repo https://github.com/theupdateframework/theupdateframework.io - github_branch: docsy # FIXME - remove once this get merged into main ## 2024-10-05 Disabling search until we agree on a viable solution. For context ## see https://github.com/theupdateframework/theupdateframework.io/pull/92 # gcs_engine_id: 06ecafa260afd40f9 # Also see layouts/partials/hooks/head-end.html