mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Link to RSS from blog index
This commit is contained in:
parent
77869e1639
commit
2a8b86a3ad
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ layout: page
|
|||
<!-- hide the huge "Follow Us" in mobile & md devices for now, made width problems -->
|
||||
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; opacity: 0.05;" class="z-0 ml-0 w-full left-0 text-center absolute bg-top hidden lg:block">Follow Us</span>
|
||||
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-5 md:py-10 text-center">Blog</h2>
|
||||
<div class="flex mx-auto justify-center pt-5">
|
||||
<a href="{{ site.blog_feed_url }}" class="pl-4 pr-4 opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||
<img style="height: 1.3rem; width: auto;" src="{{ site.img_url }}icons/rss.svg">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-8 md:mt-32">
|
||||
<ul class="md:grid md:grid-cols-2 lg:grid-cols-3 md:col-gap-8 md:row-gap-10">
|
||||
|
|
Loading…
Add table
Reference in a new issue