Page MenuHomePhorge

Memperbaharui tahun hak cipta di footer
Closed, ResolvedPublic1 Estimated Weight

Event Timeline

nawan triaged this task as Low priority.
nawan moved this task from Inbox to Static website on the Hostbrr board.
nawan moved this task from Icebox to Backlog on the Sprints (30 Jan - 19 Feb 2026) board.
nawan claimed this task.

Mengganti tahun hak cipta dengan time.Now function. Lihat: https://gohugo.io/functions/time/now/.

Index: layouts/partials/footer.html
==================================================================
--- layouts/partials/footer.html
+++ layouts/partials/footer.html
@@ -30,11 +30,11 @@
                 style="height: 22px !important; margin-left: 3px; float: left"
         /></a>
     </p>
     {{- end }}
     <span
-        >© 2025 Ditulis dengan ❤️ oleh Nawan ·
+        >© {{ now.Year }} Ditulis dengan ❤️ oleh Nawan ·
         <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.id"
             >CC BY-SA 4.0</a
         >
         ·</span
     >