From 079bcd9e254eea1c69a52c4edbe7490ff8ddf86c Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Mon, 17 Jun 2024 22:36:50 +0200 Subject: [PATCH] tweek file path declaraton --- docs/_data/manifest.yml | 4 ++++ docs/_layouts/default.html | 4 ++-- docs/_layouts/index.html | 2 +- docs/_layouts/redirect.html | 4 ++-- docs/{custom.js => scripts.0001.js} | 0 docs/{output.css => styles.0001.css} | 0 6 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 docs/_data/manifest.yml rename docs/{custom.js => scripts.0001.js} (100%) rename docs/{output.css => styles.0001.css} (100%) diff --git a/docs/_data/manifest.yml b/docs/_data/manifest.yml new file mode 100644 index 0000000..66ed101 --- /dev/null +++ b/docs/_data/manifest.yml @@ -0,0 +1,4 @@ +{ + "docs.css": "/styles.0001.css", + "docs.js": "/scripts.0001.js" +} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ddb044c..f6560f0 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -19,7 +19,7 @@ - + + +