Compare commits
1 commit
61e432a81e
...
9e72a806be
Author | SHA1 | Date | |
---|---|---|---|
9e72a806be |
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ let lastYear = 0;
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
<span class="name">{project.name}</span>
|
<span class="name">{project.name}</span>
|
||||||
<time class="date" datetime={project.date.toISOString().split("T")[0]}>{project.dateVisual || project.date.toLocaleString("default", { month: "long" })}</time>
|
<span class="date">{project.dateVisual || project.date.toLocaleString("default", { month: "long" })}</span>
|
||||||
</summary>
|
</summary>
|
||||||
<div class="open">
|
<div class="open">
|
||||||
<p>{project.description}</p>
|
<p>{project.description}</p>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
- name: "lastfmpris"
|
- name: "lastfmpris"
|
||||||
description: "a rust application to scrobble your currently playing song on last.fm with mpris"
|
description: "a rust application to scrobble your currently playing song on last.fm with mpris"
|
||||||
date: 2024-08-22
|
date: 2024-07-22
|
||||||
links:
|
links:
|
||||||
- "https://git.reidlab.pink/reidlab/lastfmpris"
|
- "https://git.reidlab.pink/reidlab/lastfmpris"
|
||||||
- name: reidlab.pink
|
- name: reidlab.pink
|
||||||
description: this website!
|
description: this website!
|
||||||
date: 2024-07-04
|
date: 2024-06-14
|
||||||
links:
|
links:
|
||||||
- https://reidlab.pink
|
- https://reidlab.pink
|
||||||
- https://git.reidlab.pink/reidlab/website
|
- https://git.reidlab.pink/reidlab/website
|
Loading…
Add table
Add a link
Reference in a new issue