Add copyright footer to gallery and photo pages

Renders a © 2000–<current-year> Ashik Salahudeen line under both the
index and each photo page. The year comes from time.Now().Year() at
render time so the range stays current without manual updates.
This commit is contained in:
2026-07-02 02:18:32 +02:00
parent b26bef0296
commit ec42a65c5b
4 changed files with 24 additions and 0 deletions
+4
View File
@@ -42,5 +42,9 @@
</div>
</div>
</main>
<footer class="site-footer">
© 2000{{.Year}} Ashik Salahudeen. All rights reserved.
</footer>
</body>
</html>
+4
View File
@@ -28,5 +28,9 @@
</div>
</div>
</div>
<footer class="site-footer">
© 2000{{.Year}} Ashik Salahudeen. All rights reserved.
</footer>
</body>
</html>