Skip to content

Commit

Permalink
Merge branch 'main' into feature-gantt-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dblaufuss committed Jan 13, 2024
2 parents afb01f0 + 274ec66 commit a7660bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

This is the Notebookinator, a [Typst](https://github.com/typst/typst) template designed for the Vex Robotics Competition. This template aims to make it as easy as possible to get you up and running with a clean and organized notebooking environment, with minimal overhead. It provides multiple themes, and can even be extended with your own.

To get started, read the [documentation](./docs.pdf).
To get started, read the [documentation](./docs.pdf). If you have questions, or just want to hang out, feel free to join our [Discord server](https://discord.gg/sUpcVPtBDg).
2 changes: 1 addition & 1 deletion themes/radial/entries.typ
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
header: components.title(
beginning: image.decode(
utils.change_icon_color(raw_icon: metadata.icon, fill: white), height: 1em,
), end: context.start_date.display(), color: metadata.color, context.title,
), end: context.start_date.display("[year]/[month]/[day]"), color: metadata.color, context.title,
), footer: [
#line(length: 100%)
#align(left, [
Expand Down

0 comments on commit a7660bc

Please sign in to comment.