From 07f4937bfd5208916eece1032ae2794f2d1ce92d Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 31 Jul 2011 13:13:00 -0400 Subject: added custom partials for for footer and navigation --- .themes/classic/source/_includes/custom/footer.html | 4 ++++ .themes/classic/source/_includes/custom/navigation.html | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .themes/classic/source/_includes/custom/footer.html create mode 100644 .themes/classic/source/_includes/custom/navigation.html (limited to '.themes/classic/source/_includes/custom') diff --git a/.themes/classic/source/_includes/custom/footer.html b/.themes/classic/source/_includes/custom/footer.html new file mode 100644 index 00000000..e12f0678 --- /dev/null +++ b/.themes/classic/source/_includes/custom/footer.html @@ -0,0 +1,4 @@ +

+ Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} - + Powered by Octopress +

diff --git a/.themes/classic/source/_includes/custom/navigation.html b/.themes/classic/source/_includes/custom/navigation.html new file mode 100644 index 00000000..8f091e16 --- /dev/null +++ b/.themes/classic/source/_includes/custom/navigation.html @@ -0,0 +1,4 @@ + -- cgit v1.2.1