diff options
Diffstat (limited to 'themes/stingray/layouts/partials/footer.html')
-rw-r--r-- | themes/stingray/layouts/partials/footer.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/stingray/layouts/partials/footer.html b/themes/stingray/layouts/partials/footer.html index 5768ad1..588f5b0 100644 --- a/themes/stingray/layouts/partials/footer.html +++ b/themes/stingray/layouts/partials/footer.html @@ -1,3 +1,5 @@ -<p class="text-center"> - (c) 2022 <a class="h-card" href="https://rayhammer.dev">RayHammer</a> -</p>
\ No newline at end of file +<footer> + <p class="text-center"> + (c) 2022 <a class="h-card" href="https://rayhammer.dev">RayHammer</a> + </p> +</footer>
\ No newline at end of file |