Skip to content

Commit

Permalink
Modified the footer slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 6, 2024
1 parent 9457138 commit 0906892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_footer.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{define "footer"}}
{{ $year := thisYear }}
<footer style="text-align: center; position: fixed; margin: 0 0 0 -10px; bottom: 0; width: 100%; height: 40px;" class="prevent-select">Created by Rhys Milling and modified by Liam Burnand - 2021{{if ne $year 2021}}-{{ $year }}{{end}}
<footer style="text-align: center; position: fixed; margin: 0 0 0 -10px; bottom: 0; width: 100%; height: 40px;" class="prevent-select">Created by Rhys Milling and Liam Burnand - 2021{{if ne $year 2021}}-{{ $year }}{{end}}
</footer>
{{end}}

0 comments on commit 0906892

Please sign in to comment.