Skip to content

Commit 9fbc7a7

Browse files
committed
fix date
1 parent 1c23a59 commit 9fbc7a7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/blog/2025/05-19-bevy-ios-deep-linking/index.md renamed to content/blog/2025/05-18-bevy-ios-deep-linking/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "iOS Deep-Linking with Bevy"
3-
date = 2025-05-19
3+
date = 2025-05-18
44
[extra]
55
tags=["rust","bevy","mobile"]
66
custom_summary = "Deep-Linking unlocked on iOS with Bevy"

docs/blog/2025/05-19-bevy-ios-deep-linking/index.html renamed to docs/blog/2025/05-18-bevy-ios-deep-linking/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</header>
2424

2525
<div id="blogpage">
26-
<div class="date">2025-05-19</div>
26+
<div class="date">2025-05-18</div>
2727

2828
<h1 class="title">
2929
iOS Deep-Linking with Bevy

docs/blog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ <h1>Blog</h1>
2828

2929

3030
<div class="post">
31-
<div class="date">2025-05-19</div>
32-
<a href="https://rustunit.com/blog/2025/05-19-bevy-ios-deep-linking/">
31+
<div class="date">2025-05-18</div>
32+
<a href="https://rustunit.com/blog/2025/05-18-bevy-ios-deep-linking/">
3333
<div class="title">iOS Deep-Linking with Bevy</div>
3434
</a>
3535
<div class="tags">

docs/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<lastmod>2025-01-02</lastmod>
3636
</url>
3737
<url>
38-
<loc>https://rustunit.com/blog/2025/05-19-bevy-ios-deep-linking/</loc>
39-
<lastmod>2025-05-19</lastmod>
38+
<loc>https://rustunit.com/blog/2025/05-18-bevy-ios-deep-linking/</loc>
39+
<lastmod>2025-05-18</lastmod>
4040
</url>
4141
<url>
4242
<loc>https://rustunit.com/blog/drafts/</loc>

0 commit comments

Comments
 (0)