Skip to content

Commit

Permalink
alpha: fix link to year page on notes sections page
Browse files Browse the repository at this point in the history
  • Loading branch information
Seryiza committed Nov 21, 2024
1 parent 415d793 commit c266f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remplater/templates/alpha.clj
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
[:page {:name (get-notes-sections-page-name date)}
[page-layout
{:top-left-subtitle
[:page-link {:target-page (get-month-page-name date)}
[:page-link {:target-page (get-year-page-name date)}
[:text {:text (str
(str/upper-case
(t/format dt/fmt-yyyy date))
Expand Down

0 comments on commit c266f9e

Please sign in to comment.