From 194eb3ec64cd8bf0c51ff5ef7bd9d9870622fafd Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 17 Dec 2020 00:33:48 -0600 Subject: [PATCH] Move navbar to separate file (and be the same across entire site) --- contact/index.html | 5 +---- fun/index.html | 5 +---- gpg-fingerprints/index.html | 5 ++--- index.html | 10 +--------- navbar.html | 8 ++++++++ 5 files changed, 13 insertions(+), 20 deletions(-) create mode 100644 navbar.html diff --git a/contact/index.html b/contact/index.html index b8536b0..f332b9c 100644 --- a/contact/index.html +++ b/contact/index.html @@ -30,10 +30,7 @@ - - +
diff --git a/fun/index.html b/fun/index.html index efbc318..49fafc4 100644 --- a/fun/index.html +++ b/fun/index.html @@ -30,10 +30,7 @@ - - +
diff --git a/gpg-fingerprints/index.html b/gpg-fingerprints/index.html index f77ccb6..1073db1 100644 --- a/gpg-fingerprints/index.html +++ b/gpg-fingerprints/index.html @@ -23,9 +23,8 @@ - + +

My GPG Key Fingerprints

diff --git a/index.html b/index.html index 69b6051..17e0fe6 100644 --- a/index.html +++ b/index.html @@ -27,15 +27,7 @@ - - +
diff --git a/navbar.html b/navbar.html new file mode 100644 index 0000000..fc60b7c --- /dev/null +++ b/navbar.html @@ -0,0 +1,8 @@ +