Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
footer: Update year automatically
Lorenz Leutgeb committed 9 days ago
commit eb90f488b992db08f6363a56024b958e2b067d93
parent a726bec
1 file changed +1 -1
modified _includes/footer.html
@@ -2,6 +2,6 @@
  <a href="/">
    <img id="logo" src="/assets/images/radicle.svg" width="32" height="32" style="margin-top: 4px"/>
  </a>
-
  <span><small>© <span class="desktop">2018–2025</span> The Radicle Team</small></span>
+
  <span><small>© <span class="desktop">2018–{{ 'now' | date: "%Y" }}</span> The Radicle Team</small></span>
  <span><button class="toggle" id="toggle-theme"><!-- Set by script --></button></span>
</footer>