Finish SSH apps post
This commit is contained in:
parent
402698e9ca
commit
4043a2dad9
132 changed files with 168 additions and 134 deletions
|
|
@ -24,7 +24,7 @@ const posts = await Promise.all(
|
|||
<hr class="mb-3 ml-[2px] mt-2 h-[4px] max-w-xs rounded-sm bg-stone-800 dark:bg-stone-100" />
|
||||
<div class="my-4 flex w-full">
|
||||
<p class="p-summary grow">Posts on whatever has been rattling in my head as of late.</p>
|
||||
<a class="u-url text-link ml-2 mr-10 p-2" href="/blog/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<a class="u-url text-link ml-2 p-1 md:mr-5" href="/blog/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<IconSquareRSS width="2rem" height="2rem" />
|
||||
<span class="sr-only">RSS feed</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const games = await Promise.all(
|
|||
<hr class="mb-3 ml-[2px] mt-2 h-[4px] max-w-xs rounded-sm bg-stone-800 dark:bg-stone-100" />
|
||||
<div class="my-4 flex w-full">
|
||||
<p class="p-summary grow">A game that I've gone and done.</p>
|
||||
<a class="u-url text-link ml-2 mr-10 p-2" href="/games/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<a class="u-url text-link ml-2 p-1 md:mr-5" href="/games/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<IconSquareRSS width="2rem" height="2rem" />
|
||||
<span class="sr-only">RSS feed</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ const latestItems: LatestItemsEntry[] = await Promise.all(
|
|||
content that I'll make. You can check the latest uploads below, or use the navigation bar to dig through all of
|
||||
my content.
|
||||
</p>
|
||||
<a class="u-url text-link ml-2 mr-10 p-2" href="/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<a class="u-url text-link ml-2 p-1 md:mr-5" href="/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<IconSquareRSS width="2rem" height="2rem" />
|
||||
<span class="sr-only">RSS feed</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ const totalPages = Math.ceil(page.total / page.size);
|
|||
<hr class="mb-3 ml-[2px] mt-2 h-[4px] max-w-xs rounded-sm bg-stone-800 dark:bg-stone-100" />
|
||||
<div class="my-4 flex">
|
||||
<p class="p-summary grow">The bulk of my content!</p>
|
||||
<a class="u-url text-link ml-2 mr-10 p-2" href="/stories/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<a class="u-url text-link ml-2 p-1 md:mr-5" href="/stories/feed.xml" rel="alternate" title="RSS feed" data-tooltip>
|
||||
<IconSquareRSS width="2rem" height="2rem" />
|
||||
<span class="sr-only">RSS feed</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue