Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jan 19, 2025
1 parent 5b0292b commit c55e17e
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d6c0ae67
c54f03f2
74 changes: 37 additions & 37 deletions index.html

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions template-computo-julia.html

Large diffs are not rendered by default.

Binary file modified template-computo-julia.pdf
Binary file not shown.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions template-computo-julia_files/libs/quarto-html/quarto.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,10 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
for (const listingPath of listingPaths) {
const pathWithoutLeadingSlash = listingPath.listing.substring(1);
for (const item of listingPath.items) {
const encodedItem = encodeURI(item);
if (
item === currentPagePath ||
item === currentPagePath + "index.html"
encodedItem === currentPagePath ||
encodedItem === currentPagePath + "index.html"
) {
// Resolve this path against the offset to be sure
// we already are using the correct path to the listing
Expand Down

0 comments on commit c55e17e

Please sign in to comment.