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