feat: post refactor + fix title
This commit is contained in:
parent
20ca76756e
commit
83e5c6c61a
11 changed files with 136 additions and 51 deletions
|
|
@ -15,13 +15,13 @@
|
|||
<div class="content">
|
||||
<ul class="topics">
|
||||
<li class="topic algorithms">
|
||||
<a href="/algorithms" onclick="typechars(event)">Algorithms</a>
|
||||
<a href="/algorithms" onclick="typechars(event)">algorithms</a>
|
||||
</li>
|
||||
<li class="topic economics">
|
||||
<a href="/economics" onclick="typechars(event)">Economics</a>
|
||||
<li class="topic operating-systems">
|
||||
<a href="/operating-systems" onclick="typechars(event)">operating systems</a>
|
||||
</li>
|
||||
<li class="topic software">
|
||||
<a href="/software" onclick="typechars(event)">Software</a>
|
||||
<a href="/software" onclick="typechars(event)">software</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="posts" id="posts"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue