From d11e3a98d4ff39bbce8a9842c93356fac3d8f0b2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 20:13:00 +0400 Subject: Dynamic footer Signed-off-by: Valentin Popov --- _data/footer.yml | 8 ++++++++ _includes/footer.html | 14 +++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 _data/footer.yml diff --git a/_data/footer.yml b/_data/footer.yml new file mode 100644 index 0000000..ac0a1e2 --- /dev/null +++ b/_data/footer.yml @@ -0,0 +1,8 @@ +- name: "Contact" + path: "mailto:info@valentineus.link" + +- name: "Subscription" + path: "/atom.xml" + +- name: "Site Map" + path: "/sitemap.xml" diff --git a/_includes/footer.html b/_includes/footer.html index 52da9d2..b6af6e0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,13 @@ -- cgit v1.2.3