diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html new file mode 100644 index 0000000000..5b0c6763e6 --- /dev/null +++ b/_includes/footer_custom.html @@ -0,0 +1,3 @@ +{%- assign url = page.url -%} + +
For documentation questions, please file an issue
\ No newline at end of file diff --git a/_includes/header_custom.html b/_includes/header_custom.html new file mode 100644 index 0000000000..98c5cd25fd --- /dev/null +++ b/_includes/header_custom.html @@ -0,0 +1,32 @@ + + + + + diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d920af7a1f..06be1531da 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -33,10 +33,7 @@