Skip to content

Commit

Permalink
Add: 461, 491
Browse files Browse the repository at this point in the history
  • Loading branch information
mmononen committed Jan 19, 2024
1 parent c7659ce commit 5c0d566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="app">
<h1>Oma Keltainen Kirjasto</h1>
<h5>
Päivitetty 2023-12-16<hr>
Päivitetty 2024-01-19<hr>
</h5>
<ol>
<li v-for="book in books" :key="book.id">
Expand Down Expand Up @@ -6064,7 +6064,7 @@ <h5>
"original_title": "Effekten af Susan",
"original_year": 2014,
"read" : false,
"shelf" : false,
"shelf" : true,
"read_date": ""
},
{
Expand Down Expand Up @@ -6454,7 +6454,7 @@ <h5>
"original_title": "Moonglow",
"original_year": 2016,
"read" : false,
"shelf" : false,
"shelf" : true,
"read_date": ""
},
{
Expand Down

0 comments on commit 5c0d566

Please sign in to comment.