Add more endpoints for now page
This commit is contained in:
3
slices/main/templates/past_week/index.html.slim
Normal file
3
slices/main/templates/past_week/index.html.slim
Normal file
@@ -0,0 +1,3 @@
|
||||
div class="bg-lime-100 rounded dark:bg-lime-900 dark:text-gray-100 content-justify hover:bg-lime-200 hover:dark:bg-lime-800 decoration-wavy rounded py-1.5 px-2"
|
||||
= "Latest week post: "
|
||||
a href="#{past_week.permalink}" #{past_week.name}
|
@@ -0,0 +1,8 @@
|
||||
table
|
||||
- recently_played_games.each do |game|
|
||||
tr
|
||||
td
|
||||
= game[:name]
|
||||
|
||||
td
|
||||
= "(#{game[:playtime_forever]}hrs)"
|
Reference in New Issue
Block a user