Compare commits

..

21 commits
main ... yew

Author SHA1 Message Date
aed67998da squash 2021-12-09 12:08:01 -07:00
5330247f8e squash 2021-12-09 12:05:44 -07:00
5628624f92 squash 2021-12-09 11:49:38 -07:00
55a6477f1e squash 2021-12-09 10:47:46 -07:00
a8e222517f add spacers 2021-12-09 10:21:45 -07:00
992999d528 lint and clippy 2021-12-09 10:21:09 -07:00
316560ac1e wip 2021-12-09 10:20:35 -07:00
03d6a56b12 wip 2021-12-09 07:54:22 -07:00
dac2f177f0 wip 2021-12-08 22:24:12 -07:00
b7b2cbfe9c wip 2021-12-08 22:19:30 -07:00
e855b45f95 wip 2021-12-08 21:49:49 -07:00
d8ff878491 wip 2021-12-08 21:16:33 -07:00
725381c07c wee allocator 2021-12-07 21:54:40 -07:00
8c8b5d0b8f linting 2021-12-07 21:21:22 -07:00
78153e8bf4 wip 2021-12-07 21:20:33 -07:00
89e36d7eb0 wip 2021-12-04 16:30:28 -07:00
fff4fdea81 wip 2021-12-04 16:29:16 -07:00
f1e8d88add squash 2021-11-29 21:35:07 -07:00
4e5442af7f squash 2021-11-25 15:22:37 -07:00
153d508fc1 squash 2021-11-25 15:22:12 -07:00
828057f05e squash 2021-11-25 15:21:51 -07:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2020-2022 Matthew Ryan Dillon <matthewrdillon@gmail.com> Copyright (c) 2020 Matthew Dillon <matthewrdillon@gmail.com>
Permission is hereby granted, free of charge, to any Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated person obtaining a copy of this software and associated

View file

@ -58,7 +58,7 @@ fn footer() -> Html {
<span> <span>
<small> <small>
{ "\u{000A9} matthew ryan dillon, 2022" } { "\u{000A9} matthew ryan dillon, 2021" }
</small> </small>
</span> </span>
</div> </div>