mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix recent posts links on home page
This commit is contained in:
parent
af8d150b5c
commit
46ba84263c
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
||||||
<main>
|
<main>
|
||||||
<section id="posts" class="column">
|
<section id="posts" class="column">
|
||||||
<h1>
|
<h1>
|
||||||
<a href="/technical/articles/">Recent Posts</a>
|
<a href="/articles/">Recent Posts</a>
|
||||||
<a href="/technical/feed/"><img src="/images/feed-icon.svg" class="feed-icon feed-icon-sup" width="12" height="12" alt="Feed Icon" /></a>
|
<a href="/feed/"><img src="/images/feed-icon.svg" class="feed-icon feed-icon-sup" width="12" height="12" alt="Feed Icon" /></a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<ul class="articles">
|
<ul class="articles">
|
||||||
|
|
Loading…
Reference in a new issue