diff options
| author | seth <[email protected]> | 2024-07-19 21:10:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-19 21:10:35 -0400 |
| commit | 86efdd0afb6219298ee7625e73dc1cb6004b7ca4 (patch) | |
| tree | e537d4a2f5cb59864eed1a60b7278b221006d230 /templates/partials/footer.html | |
| parent | 531455110155d3c86de2aff091f36ebddcb27fa5 (diff) | |
split up templates
Diffstat (limited to 'templates/partials/footer.html')
| -rw-r--r-- | templates/partials/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/partials/footer.html b/templates/partials/footer.html new file mode 100644 index 0000000..122766f --- /dev/null +++ b/templates/partials/footer.html @@ -0,0 +1,3 @@ +<footer> + <a href="{{ config.extra.repository_url }}">source code</a> +</footer> |
