diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html index 85086a9..88d5dd9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -70,10 +70,7 @@ {{ end }} </ul> - <footer> - <hr> - <p>This <a href="{{ "git/website" | absURL }}">website</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> and developed with <a href="https://simplecss.org/">simple.css</a>.</p> - </footer> + {{ partial "footer.html" . }} </main> </body> |