baseof.html: make blog link points to the article listing
This commit is contained in:
parent
abb3cd13be
commit
cc48aba62d
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<h1>Citra</h1>
|
<h1>Citra</h1>
|
||||||
<a href="/">Blog</a>
|
<a href="/entry">Blog</a>
|
||||||
<a href="/download/">Downloads</a>
|
<a href="/download/">Downloads</a>
|
||||||
<a href="/screenshots/">Screenshots</a>
|
<a href="/screenshots/">Screenshots</a>
|
||||||
<a href="https://www.patreon.com/citraemu">Patreon</a>
|
<a href="https://www.patreon.com/citraemu">Patreon</a>
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
|
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
<a href="/">News & Articles</a>
|
<a href="/entry">News & Articles</a>
|
||||||
<a href="{{ .Site.BaseURL }}/index.xml">RSS 2.0</a>
|
<a href="{{ .Site.BaseURL }}/index.xml">RSS 2.0</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in New Issue