feat: link post support + style fixes + split post and link feeds
This commit is contained in:
parent
591269ae92
commit
21ab946b74
22 changed files with 113 additions and 99 deletions
|
@ -10,11 +10,9 @@ permalink: 404.html
|
|||
What kind of idiots do you have working here?
|
||||
</h3>
|
||||
<div class="flex justify-center">
|
||||
<a href="/" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500">
|
||||
<span class="icon--bold pt-1 md:pt-0 mr-1">
|
||||
{% tablericon "receipt-2" "Receipt" "{width: 20, height: 20}" %}
|
||||
</span>
|
||||
<span>Skip out on the room service bill</span>
|
||||
<a href="/" class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:inline icon--bold font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500">
|
||||
{% tablericon "receipt-2" "Receipt" %}
|
||||
Skip out on the room service bill
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue