diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-05 20:06:54 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-05 20:06:54 -0300 |
commit | 97fc117b939f21305df6481a91c046a7f3568783 (patch) | |
tree | e3ad5579d154e7d523fae420fee40bb7d7d31720 | |
parent | 8592e25b4d36a83ca1c81d49e24c12e0315085cb (diff) |
todo.txt, update code link
-rw-r--r-- | build.js | 2 | ||||
-rw-r--r-- | todo.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/build.js b/build.js index 2e096e0..b0da29c 100644 --- a/build.js +++ b/build.js @@ -355,7 +355,7 @@ const generateSitePage = (head, body, extraNav = '') => { <p>My posts and art are licensed under <a href='https://creativecommons.org/licenses/by-sa/4.0/'> CC BY-SA 4.0</a>, and this blog's source code is available - <a href='https://github.com/towerofnix/blog'>online</a>!</p> + <a href='https://git.ed1.club/florrie/blog.git'>online</a>!</p> </footer> </body> </html> diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..0712df6 --- /dev/null +++ b/todo.txt @@ -0,0 +1 @@ +TODO: Make the footer be stored in a markdown file! |