Skip to content

Commit aca07df

Browse files
committed
_
1 parent 8b914e9 commit aca07df

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.icarukTime.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"idleHeartbeats": 12443,
3-
"navigatingHeartbeats": 3042,
4-
"totalCodingHeartbeats": 17516,
2+
"idleHeartbeats": 12743,
3+
"navigatingHeartbeats": 3164,
4+
"totalCodingHeartbeats": 17637,
55
"languageHeartbeats": {
6-
"jsonc": 47,
7-
"toml": 3702,
6+
"jsonc": 114,
7+
"toml": 3756,
88
"markdown": 9513,
99
"html": 3118,
1010
"scminput": 832,
@@ -14,7 +14,7 @@
1414
},
1515
"fileHeartbeats": {
1616
".vscode/settings.json": 47,
17-
"hugo.toml": 3530,
17+
"hugo.toml": 3584,
1818
"content/posts/my-first-post.md": 2648,
1919
"content/about.md": 789,
2020
"layouts/_default/single.html": 57,
@@ -53,6 +53,7 @@
5353
"content/test/pentagone/index.md": 232,
5454
"/media/mewily/Me/blog/content/games/mario_maker_v6/index.md": 58,
5555
"/response_2ac5c890-9837-4004-b0d3-adcb93c5ce13/0": 69,
56-
"/response_4c12c31f-c047-4e66-aa7a-3998bab0bc0b/0": 170
56+
"/response_4c12c31f-c047-4e66-aa7a-3998bab0bc0b/0": 170,
57+
"/home/mewily/.config/Code/User/settings.json": 67
5758
}
5859
}

layouts/_default/itchio_game.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ <h2 class="my-4 text-large text-slate-600 dark:text-slate-300">
2121
{{ . | $.Page.RenderString }}
2222
</h2>
2323
{{ end }}
24-
24+
2525
<!-- itch.io link button and QR code -->
2626
{{ with .Params.itchio_url }}
2727
<div class="my-4 flex items-center gap-4">
2828
<a href="{{ . }}" target="_blank" rel="noopener" class="inline-block px-6 py-3 bg-fa4454 text-white rounded hover:bg-e64140 transition-colors text-2xl font-semibold flex items-center gap-2">
2929
Play on itch.io →
30-
<img src="/images/logo/itchio_available.svg" alt="itch.io" class="h-12">
30+
<img src="/blog/images/logo/itchio_available.svg" alt="itch.io" class="h-12">
3131
</a>
32-
32+
3333
<!-- QR Code -->
3434
<div>
3535
{{ printf "{{< qr text=\"%s\" />}}" . | $.Page.RenderString }}
3636
</div>
3737
</div>
3838
{{ end }}
39-
39+
4040
{{ partial "block/taxonomies.html" .}}
4141
{{ partial "block/time.html" . }}
4242
{{ partial "block/author.html" . }}

0 commit comments

Comments
 (0)