diff options
| author | andre4ik3 <andre4ik3@fastmail.com> | 2025-08-18 18:21:56 +0000 |
|---|---|---|
| committer | andre4ik3 <andre4ik3@fastmail.com> | 2025-08-18 18:21:56 +0000 |
| commit | 012b21caddc8c4c28933feb7d34948448d2bb786 (patch) | |
| tree | cf1b7fb43cb2fd8ce8d30926a54fc7baf97cc1a3 /layouts/baseof.html | |
| parent | d9ff6edbfcdc408e23684c00df806eac72fd02b2 (diff) | |
Add link to source
Diffstat (limited to 'layouts/baseof.html')
| -rw-r--r-- | layouts/baseof.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html index bcf79c4..26b56a9 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -10,5 +10,9 @@ {{ block "main" . }} {{ end }} </main> + <hr> + <footer> + <p>The source of this web site is available <a href="https://relvokcor.xyz/~andre4ik3/git/website.git/">here</a></p> + </footer> </body> </html> |
