Skip to content

Commit 0e518a0

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent c7f0c19 commit 0e518a0

11 files changed

+8277
-798
lines changed

.nojekyll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36c7b38f
1+
f734cf7b

computo-quarto-extension.html

+3,909-19
Large diffs are not rendered by default.

computo-quarto-extension.pdf

-20.8 KB
Binary file not shown.

computo-quarto-extension_files/figure-html/fig-gg-1.svg

+441-452
Loading
Binary file not shown.

computo-quarto-extension_files/figure-tikz/fig-tikz.svg

-293
This file was deleted.

computo-quarto-extension_files/libs/bootstrap/bootstrap-f11e999d7f1636233620f09fa30e7671.min.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

computo-quarto-extension_files/libs/bootstrap/bootstrap.min.css

-12
This file was deleted.

computo-quarto-extension_files/libs/quarto-html/quarto-syntax-highlighting.css renamed to computo-quarto-extension_files/libs/quarto-html/quarto-syntax-highlighting-86daaaaad7353f9cc0c554efc1dd6d94.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

computo-quarto-extension_files/libs/quarto-html/quarto.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,10 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
225225
}
226226

227227
async function findAndActivateCategories() {
228-
const currentPagePath = offsetAbsoluteUrl(window.location.href);
228+
// Categories search with listing only use path without query
229+
const currentPagePath = offsetAbsoluteUrl(
230+
window.location.origin + window.location.pathname
231+
);
229232
const response = await fetch(offsetRelativeUrl("listings.json"));
230233
if (response.status == 200) {
231234
return response.json().then(function (listingPaths) {

index.html

+3,909-19
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)