Skip to content
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

Revert to ETT footer and customise it with YAML/CSS #331

Merged
merged 1 commit into from
Jul 17, 2024
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: 2 additions & 0 deletions docs/_data/footer.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
copyright: © Copyright 2021-2024. University of Technology Sydney, The University of Manchester UK and RO-Crate contributors
columns: [] # if anything is added to this list later, unhide the link container in the CSS (footer .container)
extra_line:
9 changes: 0 additions & 9 deletions docs/_includes/footer.html

This file was deleted.

5 changes: 5 additions & 0 deletions docs/_sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,8 @@ section#search-section {
#back-to-top.visible {
bottom: 7px;
}

// hide the link container, as we have no links to display
footer .container {
display: none;
}