Skip to content

Commit

Permalink
Adjustments for page-meta links (theupdateframework#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Oct 12, 2024
1 parent 2856e69 commit f5aaa30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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

0 comments on commit f5aaa30

Please sign in to comment.