From 6448356292f495fbba42e2edb3d43c6f183ebebc Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 14 Aug 2020 15:51:52 +0300 Subject: add navbar and footer --- _data/navigation.yml | 10 ++++++++++ _includes/footer.html | 4 ++++ _includes/navigation.html | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 _data/navigation.yml create mode 100644 _includes/footer.html create mode 100644 _includes/navigation.html diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..33574ab --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,10 @@ +- name: home + link: / +- name: music + link: /music.html +- name: art + link: /art.html +- name: other + link: /other.html +- name: about + link: /about.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..01fa2b0 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,4 @@ + diff --git a/_includes/navigation.html b/_includes/navigation.html new file mode 100644 index 0000000..70ae45e --- /dev/null +++ b/_includes/navigation.html @@ -0,0 +1,7 @@ + -- cgit v1.2.3