diff --git a/web/.htaccess b/web/.htaccess index 479dbf5..242aa30 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -18,6 +18,7 @@ RewriteRule ^raw(/.*)?$ "https://link.tinylifegame.com/raw$1" [R=301,L] RewriteRule ^about/?$ "#about" [R=301,L,NE] RewriteRule ^social/?$ "#social" [R=301,L,NE] RewriteRule ^subscribe/?$ "#subscribe" [R=301,L,NE] +RewriteRule ^news/?$ "#devlogs" [R=301,L,NE] RewriteRule ^devlogs/?$ "#devlogs" [R=301,L,NE] RewriteRule ^roadmap/?$ "#roadmap" [R=301,L,NE] diff --git a/web/_includes/devlogs.html b/web/_includes/devlogs.html index 44b571e..c9184b0 100644 --- a/web/_includes/devlogs.html +++ b/web/_includes/devlogs.html @@ -1,14 +1,14 @@ -
-

📝 Devlogs

-

Along with every major update, we publish a devlog that features additional information as well as some screenshots. Occasionally, we also publish devlogs about the game's development or other news. You can read them on itch or on Steam. You can also read the full changelog or subscribe to the mailing list.

- -
- {%- for item in site.data.devlogs -%} -
-

{{ item.name }}

-
{{ item.date }}
-
Read on itchRead on Steam
-
- {%- endfor -%} -
-
+
+

📢 News and Devlogs

+

Along with every major update, we publish a devlog that features additional information as well as some screenshots. Occasionally, we also post about the game's development or other news. You can read them on itch or on Steam. You can also read the full changelog or subscribe to the mailing list.

+ +
+ {%- for item in site.data.devlogs -%} +
+

{{ item.name }}

+
{{ item.date }}
+
Read on itchRead on Steam
+
+ {%- endfor -%} +
+
diff --git a/web/_includes/indexnav.html b/web/_includes/indexnav.html index ea87078..c23d84b 100644 --- a/web/_includes/indexnav.html +++ b/web/_includes/indexnav.html @@ -1,5 +1,5 @@ 🎮 Play 🏡 About 🔗 Social -📝 Devlogs -🛣️ Roadmap \ No newline at end of file +📢 News and Devlogs +🛣️ Roadmap