From c3f43630914fddc696b2e2fc9ce9bc9e51367206 Mon Sep 17 00:00:00 2001 From: javalsai Date: Sun, 24 Nov 2024 01:53:35 +0100 Subject: [PATCH] make footer a shared component --- components/footer.html | 11 +++++++++++ components/md-post.html | 1 + components/md-pre.html | 1 + index.html | 14 ++------------ notes/index.html | 1 + tools/index.html | 1 + tools/qalc/index.html | 1 + 7 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 components/footer.html diff --git a/components/footer.html b/components/footer.html new file mode 100644 index 0000000..67b4a53 --- /dev/null +++ b/components/footer.html @@ -0,0 +1,11 @@ + diff --git a/components/md-post.html b/components/md-post.html index 7f64157..04460d8 100644 --- a/components/md-post.html +++ b/components/md-post.html @@ -1,4 +1,5 @@ + diff --git a/components/md-pre.html b/components/md-pre.html index 5124422..0391c1b 100644 --- a/components/md-pre.html +++ b/components/md-pre.html @@ -15,5 +15,6 @@ +
diff --git a/index.html b/index.html index d285bb3..4589225 100644 --- a/index.html +++ b/index.html @@ -104,17 +104,7 @@
- - + + diff --git a/notes/index.html b/notes/index.html index e923ae1..2141a4b 100644 --- a/notes/index.html +++ b/notes/index.html @@ -23,6 +23,7 @@ U<unit>_<name>.<md/html>

Also, example of the markdown to html thing right now, from this to this

+ diff --git a/tools/index.html b/tools/index.html index 1d9e8d9..b57d8fa 100644 --- a/tools/index.html +++ b/tools/index.html @@ -17,6 +17,7 @@
  • qalc - Popular libqalculate tool compiled for the web
  • + diff --git a/tools/qalc/index.html b/tools/qalc/index.html index 53d2772..db061de 100644 --- a/tools/qalc/index.html +++ b/tools/qalc/index.html @@ -19,6 +19,7 @@ live example

    +