From b9c3946dab30a097cd5390e019e42a8a99116587 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 5 Apr 2019 20:15:53 -0400 Subject: Added improvement; Blog will be added later. --- _includes/footer.html | 3 +++ _includes/footing.html | 4 ++++ _includes/heading.html | 5 +++++ _includes/navigator.html | 13 +++++++++++++ 4 files changed, 25 insertions(+) create mode 100644 _includes/footer.html create mode 100644 _includes/footing.html create mode 100644 _includes/heading.html create mode 100644 _includes/navigator.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..47e5456 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/_includes/footing.html b/_includes/footing.html new file mode 100644 index 0000000..203ff94 --- /dev/null +++ b/_includes/footing.html @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/_includes/heading.html b/_includes/heading.html new file mode 100644 index 0000000..276c270 --- /dev/null +++ b/_includes/heading.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/navigator.html b/_includes/navigator.html new file mode 100644 index 0000000..f35f5b1 --- /dev/null +++ b/_includes/navigator.html @@ -0,0 +1,13 @@ + \ No newline at end of file -- cgit v1.2.3