Skip to content

Adjustments for page-meta links #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ $tuf-blue: #0082ca;
a.spec-btn {
color: white !important;
}

.td-page-meta__child {
display: none !important;
}
1 change: 0 additions & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down