chore: now post + nav fixes
This commit is contained in:
parent
beb25c36c6
commit
250a8b3c94
3 changed files with 56 additions and 4 deletions
|
@ -9,8 +9,8 @@
|
|||
{% include "icons/oku.liquid" %}
|
||||
</div>
|
||||
<p class="text-sm text-gray-500 dark:text-gray-100 text-center pb-8">
|
||||
<a class="text-gray-700 hover:text-primary-400 dark:text-gray-200{% if page.url contains '/uses' %} active{% endif %}" href="/uses">Uses</a>
|
||||
<a class="text-gray-700 hover:text-primary-400 dark:text-gray-200{% if page.url == '/uses/' %} active{% endif %}" href="/uses">Uses</a>
|
||||
•
|
||||
<a class="text-gray-700 hover:text-primary-400 dark:text-gray-200{% if page.url contains '/referrals' %} active{% endif %}" href="/referrals">Referrals</a>
|
||||
<a class="text-gray-700 hover:text-primary-400 dark:text-gray-200{% if page.url == '/referrals/' %} active{% endif %}" href="/referrals">Referrals</a>
|
||||
• Cory Dransfeldt • © {{ "now" | date: "%Y" }}</p>
|
||||
</footer>
|
Reference in a new issue