diff options
-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! |