mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Add next post
This commit is contained in:
parent
b23b28b323
commit
f06fda1862
1 changed files with 11 additions and 1 deletions
|
@ -68,4 +68,14 @@ layout: page_container
|
|||
</span>
|
||||
</section>
|
||||
{% endif %}
|
||||
</style>
|
||||
</style>
|
||||
<div class="flex pt-24 justify-center grid grid-cols-2 col-gap-16 max-w-3xl mx-auto">
|
||||
<div class="text-left">
|
||||
<div class="pb-4 text-md opacity-55">Next Post</div>
|
||||
<a href="" class="text-3xl tracking-tight font-extrabold leading-none break-normal">Hiring a Designer from the Privacy Community</a>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<div class="pb-4 text-md opacity-55">Previous post</div>
|
||||
<a href="" class="text-3xl tracking-tight font-extrabold leading-none break-normal">#002 - Progress Update October</a>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue