Changeset 6eeb459 in Klonkt for src/views/pages


Ignore:
Timestamp:
06/20/2026 08:04:44 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
4dcefa1
Parents:
1eff06a
Message:

feat(agenda): rest grey on calendar/downloads + Agenda as standalone link + notify conditional

  • On the calendar and downloads pages: Solo/Circle + Timeline/Grid + cols all grey (!important, only on those body classes → doesn't leak to the feed). Agenda itself highlighted/white.
  • Agenda is now a standalone icon+text link (no pill box).
  • Calendar notify form only shown when the footer newsletter is off.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/shows.ejs

    r1eff06a r6eeb459  
    3131  <% } %>
    3232
     33  <% if (!(typeof footerNewsletter !== 'undefined' && footerNewsletter)) { %>
    3334  <div class="sh-notify">
    3435    <h2 class="sh-h2">Mis geen evenement</h2>
     
    3940    </form>
    4041  </div>
     42  <% } %>
    4143</section>
    4244
Note: See TracChangeset for help on using the changeset viewer.