improved devlogs section title

This commit is contained in:
Ell 2023-05-30 18:41:02 +02:00
parent d666cb2516
commit a26bcadffa
3 changed files with 17 additions and 16 deletions

View file

@ -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]

View file

@ -1,14 +1,14 @@
<div class="section">
<h1 id="devlogs">📝 Devlogs</h1>
<p>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 <a href="https://docs.tinylifegame.com/Changelog">the full changelog</a> or subscribe to <a href="#subscribe">the mailing list</a>.</p>
<div class="devlogs">
{%- for item in site.data.devlogs -%}
<div class="devlog">
<h4 class="devlog-title">{{ item.name }}</h4>
<div class="devlog-date text-muted">{{ item.date }}</div>
<div><a href="{{ item.itch }}">Read on itch</a> &ndash; <a href="{{ item.steam }}">Read on Steam</a></div>
</div>
{%- endfor -%}
</div>
</div>
<div class="section">
<h1 id="devlogs">📢 News and Devlogs</h1>
<p>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 <a href="https://docs.tinylifegame.com/Changelog">the full changelog</a> or subscribe to <a href="#subscribe">the mailing list</a>.</p>
<div class="devlogs">
{%- for item in site.data.devlogs -%}
<div class="devlog">
<h4 class="devlog-title">{{ item.name }}</h4>
<div class="devlog-date text-muted">{{ item.date }}</div>
<div><a href="{{ item.itch }}">Read on itch</a> &ndash; <a href="{{ item.steam }}">Read on Steam</a></div>
</div>
{%- endfor -%}
</div>
</div>

View file

@ -1,5 +1,5 @@
<a class="nav-item nav-link" href="#top">🎮 Play</a>
<a class="nav-item nav-link" href="#about">🏡 About</a>
<a class="nav-item nav-link" href="#social">🔗 Social</a>
<a class="nav-item nav-link" href="#devlogs">📝 Devlogs</a>
<a class="nav-item nav-link" href="#roadmap">🛣️ Roadmap</a>
<a class="nav-item nav-link" href="#devlogs">📢 News and Devlogs</a>
<a class="nav-item nav-link" href="#roadmap">🛣️ Roadmap</a>