diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-24 19:13:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-24 19:13:00 +0300 |
commit | d11e3a98d4ff39bbce8a9842c93356fac3d8f0b2 (patch) | |
tree | fa05aac6d444ad5d0080f52a9c043b6982631124 /_data | |
parent | ebceb1c3dec8478dbbaa29c7b22d509354c8646d (diff) | |
download | popov.link-d11e3a98d4ff39bbce8a9842c93356fac3d8f0b2.tar.xz popov.link-d11e3a98d4ff39bbce8a9842c93356fac3d8f0b2.zip |
Dynamic footer
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_data')
-rw-r--r-- | _data/footer.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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" |