Skip to content

Commit

Permalink
Updating the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Nov 11, 2024
1 parent 894b090 commit f58a484
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 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 YSTV Computing Team - 2021{{if ne $year 2021}}-{{ $year }}{{end}}
</footer>
{{end}}

0 comments on commit f58a484

Please sign in to comment.