Skip to content

Commit f5aaa30

Browse files
authored
Adjustments for page-meta links (#106)
1 parent 2856e69 commit f5aaa30

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.htmltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IgnoreInternalEmptyHash: true # FIXME
1111
IgnoreInternalURLs: # list of paths
1212
IgnoreURLs: # list of regexs of paths or URLs to be ignored
1313
# Ignore Docsy-generated GitHub links for now
14-
- ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc
14+
- ^https://github.com/theupdateframework/theupdateframework.io/(edit|new|tree) # view, edit page src, etc
1515
- ^https://github\.com/theupdateframework/.*?/commit/ # last mod
1616

1717
# TUF

assets/scss/_styles_project.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ $tuf-blue: #0082ca;
5555
a.spec-btn {
5656
color: white !important;
5757
}
58+
59+
.td-page-meta__child {
60+
display: none !important;
61+
}

hugo.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ params:
8383
[Funding](/docs/project/funding/) |
8484
# from_year: 2024
8585
github_repo: &repo https://github.com/theupdateframework/theupdateframework.io
86-
github_branch: docsy # FIXME - remove once this get merged into main
8786
## 2024-10-05 Disabling search until we agree on a viable solution. For context
8887
## see https://github.com/theupdateframework/theupdateframework.io/pull/92
8988
# gcs_engine_id: 06ecafa260afd40f9 # Also see layouts/partials/hooks/head-end.html

0 commit comments

Comments
 (0)